Class Test
java.lang.Object
com.cmiurca.saintseiyadeckbuilding.saintseiya.Test
Test, a class to test the compilation of all java files in the current directory and some other stuff
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Text color constants for the console output (ANSI escape codes)static final String
Text color constants for the console output (ANSI escape codes)static final String
Text color constants for the console output (ANSI escape codes)static final String
Text color constants for the console output (ANSI escape codes)static final String
Text color constants for the console output (ANSI escape codes)static final String
Text color constants for the console output (ANSI escape codes)static final String
Text color constants for the console output (ANSI escape codes)static final String
Text color constants for the console output (ANSI escape codes)static final String
Text color constants for the console output (ANSI escape codes) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
CardTest()
static void
checkExecution
(String path) Check for errors during the execution of compiled filesstatic void
compileAllFiles
(String path) Compile all java files in the path directorystatic void
Main methodstatic void
removeClassFiles
(String path) Remove all .class files in the specified directory and its subdirectories
-
Field Details
-
TEXT_RED
Text color constants for the console output (ANSI escape codes)- See Also:
-
TEXT_BLACK
Text color constants for the console output (ANSI escape codes)- See Also:
-
TEXT_GREEN
Text color constants for the console output (ANSI escape codes)- See Also:
-
TEXT_BLUE
Text color constants for the console output (ANSI escape codes)- See Also:
-
TEXT_RESET
Text color constants for the console output (ANSI escape codes)- See Also:
-
TEXT_PURPLE
Text color constants for the console output (ANSI escape codes)- See Also:
-
TEXT_CYAN
Text color constants for the console output (ANSI escape codes)- See Also:
-
TEXT_YELLOW
Text color constants for the console output (ANSI escape codes)- See Also:
-
TEXT_WHITE
Text color constants for the console output (ANSI escape codes)- See Also:
-
-
Constructor Details
-
Test
public Test()
-
-
Method Details
-
main
Main method- Parameters:
args
- the command line arguments
-
compileAllFiles
Compile all java files in the path directory- Parameters:
path
- the path to the directory containing the java files
-
checkExecution
Check for errors during the execution of compiled files- Parameters:
path
- the path to the directory containing the java files
-
removeClassFiles
Remove all .class files in the specified directory and its subdirectories- Parameters:
path
- the path to the directory
-
CardTest
public static void CardTest()
-