org.springframework.build.osgi.validator
Class BundleResolutionValidatorTask
java.lang.Object
org.springframework.build.osgi.validator.BundleResolutionValidatorTask
public final class BundleResolutionValidatorTask
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bundlePath
private org.apache.tools.ant.types.Path bundlePath
equinoxPath
private org.apache.tools.ant.types.Path equinoxPath
supportingBundlesPath
private org.apache.tools.ant.types.Path supportingBundlesPath
BundleResolutionValidatorTask
public BundleResolutionValidatorTask()
setBundlePath
public void setBundlePath(org.apache.tools.ant.types.Path bundlePath)
addEquinoxPath
public void addEquinoxPath(org.apache.tools.ant.types.Path path)
addSupportingBundlesPath
public void addSupportingBundlesPath(org.apache.tools.ant.types.Path path)
execute
public void execute()
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
init
private void init()
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
getBundle
private java.io.File getBundle(org.apache.tools.ant.types.Path path)
getBundles
private java.util.List<java.io.File> getBundles(org.apache.tools.ant.types.Path path)