Uses of Interface
com.iizix.app.builder.IIResource
Packages that use IIResource
Uses of IIResource in com.iizigo.app
Classes in com.iizigo.app that implement IIResourceModifier and TypeClassDescriptionclass
The Eclipse file wrapper.class
The Eclipse folder wrapper.class
The Eclipse directory reference using an IPath.class
The Eclipse file reference.class
The Eclipse project wrapper as a directory.Methods in com.iizigo.app that return IIResourceModifier and TypeMethodDescriptionstatic 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 IIResourceModifier and TypeMethodDescriptionEclipseIFolder.listDirectory
(Object monitor) Lists the contents of the directory.EclipseIPathDirectory.listDirectory
(Object monitor) Lists the contents of the directory.EclipseIProject.listDirectory
(Object monitor) Lists the contents of the directory.Uses of IIResource in com.iizix.app.builder
Subinterfaces of IIResource in com.iizix.app.builderModifier and TypeInterfaceDescriptioninterface
The interface to an interface of a directory.interface
The interface to an interface of a file.Classes in com.iizix.app.builder that implement IIResourceModifier and TypeClassDescriptionclass
The Java file wrapper.class
The Java file wrapper.Methods in com.iizix.app.builder that return types with arguments of type IIResourceModifier and TypeMethodDescriptionIIDirectory.listDirectory
(Object monitor) Lists the contents of the directory.JavaDirectory.listDirectory
(Object monitor) Lists the contents of the directory.Methods in com.iizix.app.builder with parameters of type IIResourceModifier and TypeMethodDescriptiondefault boolean
IIResource.equals
(IIResource resource) Compares two resources.