com.springsource.bundlor.ant.internal.support
Class StandardConfigurationValidator

java.lang.Object
  extended by com.springsource.bundlor.ant.internal.support.StandardConfigurationValidator
All Implemented Interfaces:
ConfigurationValidator

public final class StandardConfigurationValidator
extends java.lang.Object
implements ConfigurationValidator


Constructor Summary
StandardConfigurationValidator()
           
 
Method Summary
(package private)  void inputPath(java.lang.String inputPath)
           
(package private)  void manifestTemplate(java.lang.String manifestTemplatePath, java.lang.String manifestTemplate, java.lang.String bundleSymbolicName, java.lang.String bundleVersion)
           
(package private)  void osgiProfile(java.lang.String osgiProfilePath, java.lang.String osgiProfile)
           
(package private)  void outputPath(java.lang.String outputPath)
           
(package private)  void properties(java.lang.String propertiesPath, java.util.List<org.apache.tools.ant.types.PropertySet> propertySets, java.util.List<org.apache.tools.ant.taskdefs.Property> properties)
           
 void validate(Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardConfigurationValidator

public StandardConfigurationValidator()
Method Detail

validate

public void validate(Configuration configuration)
              throws org.apache.tools.ant.BuildException
Specified by:
validate in interface ConfigurationValidator
Throws:
org.apache.tools.ant.BuildException

inputPath

void inputPath(java.lang.String inputPath)
         throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

outputPath

void outputPath(java.lang.String outputPath)
          throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

manifestTemplate

void manifestTemplate(java.lang.String manifestTemplatePath,
                      java.lang.String manifestTemplate,
                      java.lang.String bundleSymbolicName,
                      java.lang.String bundleVersion)
                throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

osgiProfile

void osgiProfile(java.lang.String osgiProfilePath,
                 java.lang.String osgiProfile)
           throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

properties

void properties(java.lang.String propertiesPath,
                java.util.List<org.apache.tools.ant.types.PropertySet> propertySets,
                java.util.List<org.apache.tools.ant.taskdefs.Property> properties)
          throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException