Package com.sun.tools.corba.se.logutil
Class Input
java.lang.Object
com.sun.tools.corba.se.logutil.Input
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the generated class.Returns the exceptions contained in this class.Returns the name of this group of exceptions.Returns the name of the package this class will go in.toString()Returns a textual representation of this input.
-
Constructor Details
-
Input
Parses the specified file to create a newInputobject.- Parameters:
filename- the file to parse.- Throws:
FileNotFoundException- if the file can't be found.IOException- if an I/O error occurs.
-
-
Method Details
-
getGroupName
Returns the name of this group of exceptions.- Returns:
- the name of this group of exceptions.
-
getPackageName
Returns the name of the package this class will go in.- Returns:
- the name of the package.
-
getClassName
Returns the name of the generated class.- Returns:
- the name of the class.
-
getExceptions
Returns the exceptions contained in this class.- Returns:
- the exceptions.
-
toString
Returns a textual representation of this input.
-