org.pentaho.platform.api.engine
Interface IAclSolutionFile
- All Superinterfaces:
- IAclHolder, ISolutionFile
- All Known Subinterfaces:
- IRepositoryFile
- All Known Implementing Classes:
- RepositoryFile
public interface IAclSolutionFile
- extends ISolutionFile, IAclHolder
This interface makes certain that there is a mechanism to traverse the
solution files from root to leaf. Note that bi-directional traversal
is not specified by this interface.
mlowery This interface is unrelated to security despite have the word ACL in its name.
Method Summary |
java.util.Set |
getChildrenFiles()
Gets the set children IAclSolutionFiles from this IAclSolutionFile . |
Methods inherited from interface org.pentaho.platform.api.engine.ISolutionFile |
exists, getData, getExtension, getFileName, getFullPath, getLastModified, getSolution, getSolutionPath, isDirectory, isRoot, listFiles, listFiles, retrieveParent |
getChildrenFiles
java.util.Set getChildrenFiles()
- Gets the set children IAclSolutionFiles from this
IAclSolutionFile
.
Each child must be an instance of IAclSolutionFile.
- Returns:
- Set of IAclSolutionFile objects