org.springframework.build.osgi.validator
Class BundleResolutionValidatorTask

java.lang.Object
  extended by org.springframework.build.osgi.validator.BundleResolutionValidatorTask

public final class BundleResolutionValidatorTask
extends java.lang.Object


Field Summary
private  org.apache.tools.ant.types.Path bundlePath
           
private  org.apache.tools.ant.types.Path equinoxPath
           
private  org.apache.tools.ant.types.Path supportingBundlesPath
           
 
Constructor Summary
BundleResolutionValidatorTask()
           
 
Method Summary
 void addEquinoxPath(org.apache.tools.ant.types.Path path)
           
 void addSupportingBundlesPath(org.apache.tools.ant.types.Path path)
           
 void execute()
           
private  java.io.File getBundle(org.apache.tools.ant.types.Path path)
           
private  java.util.List<java.io.File> getBundles(org.apache.tools.ant.types.Path path)
           
private  void init()
           
 void setBundlePath(org.apache.tools.ant.types.Path bundlePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BundleResolutionValidatorTask

public BundleResolutionValidatorTask()
Method Detail

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)