public class PreprocessorUtil extends Object
| Constructor and Description |
|---|
PreprocessorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
init(String[] ppClassNames)
Initializes the preprocessor utility with the associated class names
array arugment.
|
static boolean |
isPreprocessorEnabled()
Indicates whether or not the preprocessor is enabled
|
static byte[] |
processClass(String className,
byte[] classBytes)
Processes a class through the preprocessor.
|
public static boolean init(String[] ppClassNames)
ppClassNames - - the String array of preprocessor class names.public static byte[] processClass(String className, byte[] classBytes)
className - - the class name.classBytes - - the class byte array.public static boolean isPreprocessorEnabled()
Copyright © 2006–2018 TinyGroup. All rights reserved.