- getAllBlocks() - Method in class com.chrisney.enigma.parser.JavaCode
-
Return all code blocks
- getAllJavaFiles() - Method in class com.chrisney.enigma.tasks.AbstractTask
-
Return the collection of all JAVA files (*.java) found in the app source folder
- getAllXmlFiles() - Method in class com.chrisney.enigma.tasks.AbstractTask
-
Return the collection of all XML files (*.xml) found in the app source folder
- getBlocksByType(CodeBlock.BlockType) - Method in class com.chrisney.enigma.parser.JavaCode
-
Return code blocks from type
- getClasses() - Method in class com.chrisney.enigma.parser.JavaCode
-
Return classes of JAVA file
- getEnd() - Method in class com.chrisney.enigma.parser.CodeBlock
-
- getFileResource(String) - Static method in class com.chrisney.enigma.utils.Utils
-
Return the file path of a resource
- getFunctions() - Method in class com.chrisney.enigma.parser.JavaCode
-
Return functions of JAVA file
- getImports() - Method in class com.chrisney.enigma.parser.JavaCode
-
Return Imports of JAVA file
- getRandomNumberInRange(int, int) - Static method in class com.chrisney.enigma.utils.Utils
-
Generate a random number between a range
- getRandomString(int, String) - Static method in class com.chrisney.enigma.utils.TextUtils
-
- getStart() - Method in class com.chrisney.enigma.parser.CodeBlock
-
- getStringValues() - Method in class com.chrisney.enigma.parser.JavaCode
-
All String values