|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.plugins.structure.ClassPathEntryImpl
public class ClassPathEntryImpl
ClassPathEntry.
Constructor Summary | |
---|---|
ClassPathEntryImpl()
Create a new ClassPathEntryImpl. |
|
ClassPathEntryImpl(String path)
Create a new ClassPathEntryImpl. |
|
ClassPathEntryImpl(String path,
String suffixes)
Create a new ClassPathEntryImpl. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getPath()
Get the path relative to the context virtual file |
String |
getSuffixes()
Get the suffixes |
int |
hashCode()
|
void |
readExternal(ObjectInput in)
|
void |
setPath(String path)
Set the path. |
void |
setSuffixes(String suffixes)
Set the suffixes. |
String |
toString()
|
protected void |
toString(StringBuilder builder)
For subclasses to override toString() |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClassPathEntryImpl()
public ClassPathEntryImpl(String path)
path
- the path
IllegalArgumentException
- for a null pathpublic ClassPathEntryImpl(String path, String suffixes)
path
- the pathsuffixes
- the suffixes
IllegalArgumentException
- for a null pathMethod Detail |
---|
public String getPath()
ClassPathEntry
getPath
in interface ClassPathEntry
public void setPath(String path)
path
- the path.
IllegalArgumentException
- for a null pathpublic String getSuffixes()
ClassPathEntry
getSuffixes
in interface ClassPathEntry
public void setSuffixes(String suffixes)
suffixes
- the suffixes.public String toString()
toString
in class Object
protected void toString(StringBuilder builder)
builder
- the builderpublic boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
out
- the output
IOException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |