Package com.sun.xml.rpc.processor.util
Interface ProcessorEnvironment
- All Superinterfaces:
ProcessorEnvironment
- All Known Implementing Classes:
ClientProcessorEnvironment
,ProcessorEnvironmentBase
- Author:
- JAX-RPC Development Team
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Remember a generated file and its type so that it can be removed later, if appropriate.void
Delete all the generated files made during the execution of this environment (those that have been registered with the "addGeneratedFile" method)void
error
(Localizable msg) Get a URLClassLoader from using the classpathGet the ClassPath.int
int
getFlags()
Get the environment flagsgetNames()
int
void
info
(Localizable msg) void
void
setFlags
(int flags) Set the environment flagsvoid
shutdown()
Release resources, if any.boolean
verbose()
Is verbose turned onvoid
warn
(Localizable msg) Methods inherited from interface com.sun.xml.rpc.spi.tools.ProcessorEnvironment
getGeneratedFiles
-
Field Details
-
F_VERBOSE
static final int F_VERBOSE- See Also:
-
F_WARNINGS
static final int F_WARNINGS- See Also:
-
-
Method Details
-
setFlags
void setFlags(int flags) Set the environment flags -
getFlags
int getFlags()Get the environment flags -
getClassPath
String getClassPath()Get the ClassPath. -
verbose
boolean verbose()Is verbose turned on -
addGeneratedFile
Remember a generated file and its type so that it can be removed later, if appropriate. -
deleteGeneratedFiles
void deleteGeneratedFiles()Delete all the generated files made during the execution of this environment (those that have been registered with the "addGeneratedFile" method) -
getClassLoader
URLClassLoader getClassLoader()Get a URLClassLoader from using the classpath -
shutdown
void shutdown()Release resources, if any. -
error
-
warn
-
info
-
printStackTrace
-
getNames
Names getNames() -
getErrorCount
int getErrorCount() -
getWarningCount
int getWarningCount()
-