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 TypeClassDescriptionclassThe Eclipse file wrapper.classThe Eclipse folder wrapper.classThe Eclipse directory reference using an IPath.classThe Eclipse file reference.classThe Eclipse project wrapper as a directory.Methods in com.iizigo.app that return IIResourceModifier and TypeMethodDescriptionstatic IIResourceEclipseIPathFile.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 TypeInterfaceDescriptioninterfaceThe interface to an interface of a directory.interfaceThe interface to an interface of a file.Classes in com.iizix.app.builder that implement IIResourceModifier and TypeClassDescriptionclassThe Java file wrapper.classThe 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 booleanIIResource.equals(IIResource resource) Compares two resources.