Interface AFolder

    • Method Detail

      • getFile

        AFile getFile​(java.lang.String name)
        Returns the file with the given name contained in this folder.

        Note that that file does not necessarily exist.

        Parameters:
        name - the file's name
        Returns:
        the file with the given name
      • getFolder

        AFolder getFolder​(java.lang.String name)
        Returns the folder with the given name contained in this folder.

        Note that that folder does not necessarily exist.

        Parameters:
        name - the folder name
        Returns:
        the folder with the given name
      • create

        void create​(org.eclipse.core.runtime.IProgressMonitor monitor)
        Creates this folder in the file-system.
        Parameters:
        monitor - a progress monitor that is notified about this process. The monitor may be null when progress does not need to be reported.
        Throws:
        IpsException - if the folder already exists or creation fails