Uses of Interface
org.pentaho.platform.api.engine.ISolutionFile
Packages that use ISolutionFile
-
Uses of ISolutionFile in org.pentaho.platform.api.engine
Subinterfaces of ISolutionFile in org.pentaho.platform.api.engineMethods in org.pentaho.platform.api.engine that return ISolutionFileModifier and TypeMethodDescriptionISolutionFile.listFiles()
If this is a directory, will list all children files/directories for hierarchical navigation.ISolutionFile.listFiles
(IFileFilter filter) 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 ISolutionFileModifier and TypeMethodDescriptionboolean
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 ISolutionFileModifier and TypeMethodDescriptionIRepositoryFile.listFiles()
IRepositoryFile.listFiles
(IFileFilter filter) IRepositoryFile.retrieveParent()