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 classEclipseIFileThe Eclipse file wrapper.classEclipseIFolderThe Eclipse folder wrapper.classEclipseIPathDirectoryThe Eclipse directory reference using an IPath.classEclipseIPathFileThe Eclipse file reference.classEclipseIProjectThe Eclipse project wrapper as a directory.Methods in com.iizigo.app that return IIResource Modifier and Type Method Description static 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 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 interfaceIIDirectoryThe interface to an interface of a directory.interfaceIIFileThe interface to an interface of a file.Classes in com.iizix.app.builder that implement IIResource Modifier and Type Class Description classJavaDirectoryThe Java file wrapper.classJavaFileThe 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 booleanIIResource. equals(IIResource resource)Compares two resources.