Uses of Interface
com.iizix.app.builder.IIResource
Packages that use IIResource Package Description com.iizigo.app com.iizix.app.builder Uses of IIResource in com.iizigo.app
Classes in com.iizigo.app that implement IIResource Modifier and Type Class Description class
EclipseIFile
The Eclipse file wrapper.class
EclipseIFolder
The Eclipse folder wrapper.class
EclipseIPathDirectory
The Eclipse directory reference using an IPath.class
EclipseIPathFile
The Eclipse file reference.class
EclipseIProject
The Eclipse project wrapper as a directory.Methods in com.iizigo.app that return IIResource Modifier and Type Method Description static IIResource
EclipseIPathFile. newResource(org.eclipse.core.runtime.IPath path)
Creates an EclipseIPathFile or EclipseIPathDirectory depending on the IPath.Methods in com.iizigo.app that return types with arguments of type IIResource Modifier and Type Method Description java.util.List<IIResource>
EclipseIFolder. listDirectory(java.lang.Object monitor)
Lists the contents of the directory.java.util.List<IIResource>
EclipseIPathDirectory. listDirectory(java.lang.Object monitor)
Lists the contents of the directory.java.util.List<IIResource>
EclipseIProject. listDirectory(java.lang.Object monitor)
Lists the contents of the directory.Uses of IIResource in com.iizix.app.builder
Subinterfaces of IIResource in com.iizix.app.builder Modifier and Type Interface Description interface
IIDirectory
The interface to an interface of a directory.interface
IIFile
The interface to an interface of a file.Classes in com.iizix.app.builder that implement IIResource Modifier and Type Class Description class
JavaDirectory
The Java file wrapper.class
JavaFile
The Java file wrapper.Methods in com.iizix.app.builder that return types with arguments of type IIResource Modifier and Type Method Description java.util.List<IIResource>
IIDirectory. listDirectory(java.lang.Object monitor)
Lists the contents of the directory.java.util.List<IIResource>
JavaDirectory. listDirectory(java.lang.Object monitor)
Lists the contents of the directory.Methods in com.iizix.app.builder with parameters of type IIResource Modifier and Type Method Description default boolean
IIResource. equals(IIResource resource)
Compares two resources.