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 interface
IAclSolutionFile
Deprecated.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)
ISolutionFile
ISolutionFile. 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 boolean
IFileFilter. accept(ISolutionFile file)
void
ISolutionAttributeContributor. contributeAttributes(ISolutionFile solutionFile, org.dom4j.Element childNode)
boolean
ISolutionFilter. 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)
ISolutionFile
IRepositoryFile. retrieveParent()
-