Uses of Interface
org.objectweb.dsrg.sofa.repository.model.NodeConfiguration

Packages that use NodeConfiguration
org.objectweb.dsrg.sofa.repository   
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of NodeConfiguration in org.objectweb.dsrg.sofa.repository
 

Fields in org.objectweb.dsrg.sofa.repository declared as NodeConfiguration
protected  NodeConfiguration DeleteDependencyCalculator.nodeConfiguration
          Used to access the repository.
 

Methods in org.objectweb.dsrg.sofa.repository that return NodeConfiguration
static NodeConfiguration ConfigurationHelper.createStandardConfiguration()
          Creates configuration with standard values.
static NodeConfiguration ConfigurationHelper.createStandardConfiguration(RepositoryConfiguration repConfig)
          Creates default node configuration from given repository configuration.
static NodeConfiguration ConfigurationHelper.createStandardConfiguration(java.lang.String url)
          Creates configuration with given values.
static NodeConfiguration ConfigurationHelper.createStandardConfiguration(java.lang.String repHostName, int repPort, java.lang.String repContext)
          Creates configuration with given values.
static NodeConfiguration ConfigurationHelper.createStandardConfiguration(java.net.URL url)
          Creates configuration with given values.
 NodeConfiguration RepositoryAgent.getNodeConfiguration()
          Returns active node configuration of this RepositoryAgent instance.
static NodeConfiguration ConfigurationHelper.loadNodeConfiguration(java.lang.String filename)
          Loads NodeConfiguration object from one XML file specified by filename via XMLResource.
static NodeConfiguration ConfigurationHelper.loadNodeConfiguration(java.net.URL url)
          Loads NodeConfiguration object from one XML file specified by relative filename via XMLResource.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type NodeConfiguration
static void ConfigurationHelper.saveNodeConfiguration(NodeConfiguration nc, java.lang.String relativeFileName)
          Saves NodeConfiguration object into one XML file specified by relative filename via XMLResource.
 

Constructors in org.objectweb.dsrg.sofa.repository with parameters of type NodeConfiguration
DeleteDependencyCalculator(NodeConfiguration nodeConfiguration)
          Constructor.
RepositoryAgent(NodeConfiguration nodeConfiguration)
          Basic constructor, which initialize entire repository with NodeConfiguration object.
RepositoryDeleter(NodeConfiguration configuration)
          This constructor should not be used by public.
 

Uses of NodeConfiguration in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return NodeConfiguration
 NodeConfiguration ModelFactory.createNodeConfiguration()
          Returns a new object of class 'Node Configuration'
 

Uses of NodeConfiguration in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement NodeConfiguration
 class NodeConfigurationImpl
          An implementation of the model object 'Node Configuration'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return NodeConfiguration
 NodeConfiguration ModelFactoryImpl.createNodeConfiguration()
           
 

Uses of NodeConfiguration in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type NodeConfiguration
 T ModelSwitch.caseNodeConfiguration(NodeConfiguration object)
          Returns the result of interpreting the object as an instance of 'Node Configuration'