Interface ProcessorEnvironment

    • Method Detail

      • 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.
      • printStackTrace

        void printStackTrace​(Throwable t)
      • getNames

        Names getNames()
      • getErrorCount

        int getErrorCount()
      • getWarningCount

        int getWarningCount()