直列化された形式
-
パッケージ com.kazurayam.ant
-
Class com.kazurayam.ant.BuildException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5419014565354664240L
-
直列化されたフィールド
-
location
Location location
Location in the build file where the exception occurred
-
-
Class com.kazurayam.ant.Location extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
直列化されたフィールド
-
columnNumber
int columnNumber
Column number within the file. -
fileName
java.lang.String fileName
Name of the file. -
lineNumber
int lineNumber
Line number within the file.
-
-
-
パッケージ com.kazurayam.ant.util
-
Class com.kazurayam.ant.util.VectorSet extends java.util.Vector<E> implements Serializable
- serialVersionUID:
- 1L
-
直列化されたフィールド
-
set
java.util.HashSet<E> set
-
-