|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.bcel.util
Class ClassPath.Dir

java.lang.Objectorg.apache.bcel.util.ClassPath.PathEntry
org.apache.bcel.util.ClassPath.Dir
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ClassPath
- private static class ClassPath.Dir
- extends ClassPath.PathEntry
Field Summary | |
private java.lang.String |
dir
|
Constructor Summary | |
(package private) |
ClassPath.Dir(java.lang.String d)
|
Method Summary | |
(package private) ClassPath.ClassFile |
getClassFile(java.lang.String name,
java.lang.String suffix)
|
java.lang.String |
toString()
Convert this Object to a human-readable String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
dir
private java.lang.String dir
Constructor Detail |
ClassPath.Dir
ClassPath.Dir(java.lang.String d)
Method Detail |
getClassFile
ClassPath.ClassFile getClassFile(java.lang.String name, java.lang.String suffix) throws java.io.IOException
- Specified by:
getClassFile
in classClassPath.PathEntry
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object
- Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null
, string concatenation will instead use"null"
.The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode())
.
|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |