Uses of Interface
org.pentaho.platform.api.engine.ISolutionFile
-
Packages that use ISolutionFile Package Description org.pentaho.platform.api.engine org.pentaho.platform.api.repository -
-
Uses of ISolutionFile in org.pentaho.platform.api.engine
Subinterfaces of ISolutionFile in org.pentaho.platform.api.engine Modifier and Type Interface Description interfaceIAclSolutionFileDeprecated.Methods in org.pentaho.platform.api.engine that return ISolutionFile Modifier and Type Method Description ISolutionFile[]ISolutionFile. listFiles()If this is a directory, will list all children files/directories for hierarchical navigation.ISolutionFile[]ISolutionFile. listFiles(IFileFilter filter)ISolutionFileISolutionFile. retrieveParent()NOTE: This method is named 'retrieveParent' instead of 'getParent' because the generic ISolutionFile type is not a 'Hibernate' described type and one of the base classes (RepositoryFile) will fail dependency checking.Methods in org.pentaho.platform.api.engine with parameters of type ISolutionFile Modifier and Type Method Description booleanIFileFilter. accept(ISolutionFile file)voidISolutionAttributeContributor. contributeAttributes(ISolutionFile solutionFile, org.dom4j.Element childNode)booleanISolutionFilter. keepFile(ISolutionFile solutionFile, int actionOperation) -
Uses of ISolutionFile in org.pentaho.platform.api.repository
Methods in org.pentaho.platform.api.repository that return ISolutionFile Modifier and Type Method Description ISolutionFile[]IRepositoryFile. listFiles()ISolutionFile[]IRepositoryFile. listFiles(IFileFilter filter)ISolutionFileIRepositoryFile. retrieveParent()
-