Interface IAclSolutionFile

  • All Superinterfaces:
    IAclHolder, ISolutionFile

    @Deprecated
    public interface IAclSolutionFile
    extends ISolutionFile, IAclHolder
    Deprecated.
    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 Detail

      • getChildrenFiles

        Set getChildrenFiles()
        Deprecated.
        Gets the set children IAclSolutionFiles from this IAclSolutionFile. Each child must be an instance of IAclSolutionFile.
        Returns:
        Set of IAclSolutionFile objects