|
||||||||||
| 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 path
public ClassPathEntryImpl(String path,
String suffixes)
path - the pathsuffixes - the suffixes
IllegalArgumentException - for a null path| Method Detail |
|---|
public String getPath()
ClassPathEntry
getPath in interface ClassPathEntrypublic void setPath(String path)
path - the path.
IllegalArgumentException - for a null pathpublic String getSuffixes()
ClassPathEntry
getSuffixes in interface ClassPathEntrypublic void setSuffixes(String suffixes)
suffixes - the suffixes.public String toString()
toString in class Objectprotected void toString(StringBuilder builder)
builder - the builderpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface Externalizableout - the output
IOException - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||