org.apache.servicemix.jbi.deployer.descriptor
Class ClassPath

java.lang.Object
  extended by org.apache.servicemix.jbi.deployer.descriptor.ClassPath

public class ClassPath
extends Object

The jbi:classpath complex type.


Constructor Summary
ClassPath()
           
ClassPath(String[] pathElements)
           
 
Method Summary
 boolean equals(Object o)
           
 String[] getPathElements()
           
 List<String> getPathList()
           
 int hashCode()
           
 void setPathElements(String[] pathElements)
           
 void setPathList(List<String> list)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassPath

public ClassPath()

ClassPath

public ClassPath(String[] pathElements)
Method Detail

getPathElements

public String[] getPathElements()

setPathElements

public void setPathElements(String[] pathElements)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getPathList

public List<String> getPathList()

setPathList

public void setPathList(List<String> list)


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.