Uses of Class
owltools.ontologyrelease.OortConfiguration

Packages that use OortConfiguration
owltools.ontologyrelease Oort - OBO Ontology Release Tool (OORT) 
owltools.ontologyrelease.gui   
 

Uses of OortConfiguration in owltools.ontologyrelease
 

Methods in owltools.ontologyrelease that return OortConfiguration
static OortConfiguration OortConfiguration.createOortConfig(Properties properties)
          Create an OortConfiguration from the given Properties.
static OortConfiguration OortConfiguration.readConfig(File file)
          Read from a configuration property file and load it into a new OortConfiguration object.
 

Methods in owltools.ontologyrelease with parameters of type OortConfiguration
static Properties OortConfiguration.createProperties(OortConfiguration config)
          Create a Properties object for the given configuration.
static void OortConfiguration.loadConfig(File file, OortConfiguration config)
          Load the configuration from a property file into the given OortConfiguration.
static void OortConfiguration.loadOortConfig(Properties properties, OortConfiguration config)
          Load the given Properties into the OortConfiguration.
static void OortConfiguration.writeConfig(File file, OortConfiguration config)
          Write the given OortConfiguration into the file as properties.
 

Constructors in owltools.ontologyrelease with parameters of type OortConfiguration
OboOntologyReleaseRunner(OortConfiguration oortConfig, File base)
           
 

Uses of OortConfiguration in owltools.ontologyrelease.gui
 

Subclasses of OortConfiguration in owltools.ontologyrelease.gui
 class OortGuiConfiguration
          Parameters for OboOntologyReleaseRunnerGui with different default values.
 

Constructors in owltools.ontologyrelease.gui with parameters of type OortConfiguration
OortGuiAdvancedPanel(OortConfiguration oortConfiguration)
          Create the panel with the given default values.
OortGuiMainPanel(Frame frame, OortConfiguration configuration, OortGuiAdvancedPanel advancedPanel)
          Constructor allows to build a panel with default values.
OortGuiMenuBar(OortGuiMainFrame frame, OortConfiguration parameters)
          Create a new menu instance.
 



Copyright © 2010-2011. All Rights Reserved.