Package verinec.adaptation

Classes to control the translation of the XML configuration data into concrete configuration lines for specific systems.

See:
          Description

Interface Summary
IDistributor Methods that all distributors must have.
IDistributorFactory Creates distributors for given targets.
 

Class Summary
DistCP Writes files in the local filesystem using java.io.File todo: support for sudo
DistNone Distribute nothing, for distributor producing no output.
Distribute This class analyzes translation output and does the distribution.
DistSsh Implements the scp target using the verinec.util ssh classes.
DistWMI Implements the Windows Management Instrumentation (WMI) target using Jawin.
PropDistFactory Creates distributors for given targets, based on the name of the distributor.
Translator Main class to translate a configuration.
 

Exception Summary
UserCancelledError  
 

Package verinec.adaptation Description

Classes to control the translation of the XML configuration data into concrete configuration lines for specific systems.

The Translator class contains methods to translate the Verinec XML into configuration data which can be used by Distribute to configure the actual machines.

See the verinec.adaptation.repository to learn how to add new XSLT translators.

If you need new distribution implementations, see IDistributor and PropDistFactory.


Copyright © 2005 Verinec, DIUF