Interface ProcessorEnvironment

All Superinterfaces:
ProcessorEnvironment
All Known Implementing Classes:
ClientProcessorEnvironment, ProcessorEnvironmentBase

public interface ProcessorEnvironment extends ProcessorEnvironment
Author:
JAX-RPC Development Team
  • Field Details

  • 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

      void addGeneratedFile(GeneratedFileInfo file)
      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

      void error(Localizable msg)
    • warn

      void warn(Localizable msg)
    • info

      void info(Localizable msg)
    • printStackTrace

      void printStackTrace(Throwable t)
    • getNames

      Names getNames()
    • getErrorCount

      int getErrorCount()
    • getWarningCount

      int getWarningCount()