Class DockingApplicationLayout


  • public class DockingApplicationLayout
    extends ApplicationLayout
    The docking application layout defines the customizable elements of a docking application's directory structure.
    • Constructor Detail

      • DockingApplicationLayout

        public DockingApplicationLayout​(java.lang.String name)
                                 throws java.io.FileNotFoundException,
                                        java.io.IOException
        Constructs a new docking application layout object with the given name.
        Parameters:
        name - The name of the application.
        Throws:
        java.io.FileNotFoundException - if there was a problem getting a user directory.
        java.io.IOException
      • DockingApplicationLayout

        public DockingApplicationLayout​(java.lang.String name,
                                        java.lang.String version)
                                 throws java.io.FileNotFoundException
        Constructs a new docking application layout object with the given name and version.
        Parameters:
        name - The name of the application.
        version - The version of the application.
        Throws:
        java.io.FileNotFoundException - if there was a problem getting a user directory.
      • DockingApplicationLayout

        public DockingApplicationLayout​(ApplicationProperties applicationProperties)
                                 throws java.io.FileNotFoundException
        Constructs a new docking application layout object with the given set of application properties.
        Parameters:
        applicationProperties - The properties object that will be read system properties.
        Throws:
        java.io.FileNotFoundException - if there was a problem getting a user directory.