- changeExtension(File, String) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.FileIO
-
Change the extension of a file, based off of the period extension notation.
- close() - Method in class com.github.jlgrock.javascriptframework.mavenutils.logging.Log4jOutputStream
-
- close() - Method in class com.github.jlgrock.javascriptframework.mavenutils.logging.MojoLogAppender
-
- CLOSURE_LIBRARY_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the closure library files when extracted.
- com.github.jlgrock.javascriptframework.mavenutils - package com.github.jlgrock.javascriptframework.mavenutils
-
The main maven utils directory.
- com.github.jlgrock.javascriptframework.mavenutils.io - package com.github.jlgrock.javascriptframework.mavenutils.io
-
The collection of file io utils.
- com.github.jlgrock.javascriptframework.mavenutils.io.readers - package com.github.jlgrock.javascriptframework.mavenutils.io.readers
-
The main maven utils directory.
- com.github.jlgrock.javascriptframework.mavenutils.logging - package com.github.jlgrock.javascriptframework.mavenutils.logging
-
Utilities for logging.
- com.github.jlgrock.javascriptframework.mavenutils.mavenobjects - package com.github.jlgrock.javascriptframework.mavenutils.mavenobjects
-
Utilities for accessing Maven objects.
- com.github.jlgrock.javascriptframework.mavenutils.parsing - package com.github.jlgrock.javascriptframework.mavenutils.parsing
-
Utilities for help with parsing of values.
- com.github.jlgrock.javascriptframework.mavenutils.pathing - package com.github.jlgrock.javascriptframework.mavenutils.pathing
-
Utilities for determining paths and searching paths.
- concatenateStreams(Reader[], File) - Method in class com.github.jlgrock.javascriptframework.mavenutils.io.FileIO
-
Take a bunch of readers (files or otherwise) and concatenate
their input together into one output file.
- copyDirectory(File, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.DirectoryIO
-
Copy a directory, including only those that are visible.
- copyDirectory(File, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.ExtractSrcAftifacts
-
Copy from one directory to another.
- copyResource(String, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.ResourceIO
-
Copy any resource to an output location.
- copyStream(InputStream, OutputStream) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.FileIO
-
Will copy content from an inputstream to an output stream, closing the files when it has completed.
- createDir(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.DirectoryIO
-
Create a directory.
- getAssertDepsLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the assert deps relative to the frameworkLocation.
- getAssertionSourceLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the assertion source relative to the frameworkLocation.
- getAssertRequiresLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the assert requires relative to the frameworkLocation.
- getByName(String) - Static method in enum com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.PackagingType
-
Do a lookup of the enumeration by the name string.
- getByName(String) - Static method in enum com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.ScopeType
-
Get the scope static variable by passing in the string.
- getClosureLibraryLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the debug deps relative to the frameworkLocation.
- getCompiledTestSuiteLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the compiled test suite relative to the frameworkLocation.
- getCompileLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the compiled output location to the frameworkLocation.
- getDebugDepsLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the debug deps relative to the frameworkLocation.
- getDebugRequiresLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the debug requires relative to the frameworkLocation.
- getDebugSourceLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the debug source relative to the frameworkLocation.
- getExtension() - Method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.FileNameSeparator
-
Accessor method for extension.
- getExternsLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the externs relative to the frameworkLocation.
- getFile() - Method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.RelativeFile
-
Accessor method for the file.
- getFileExtension(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.FileIO
-
Parses the extension of a file.
- getInternsAssertLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the interns (internal dependencies) relative to the frameworkLocation.
- getInternsDebugLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the interns (internal dependencies) relative to the frameworkLocation.
- getInternsLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the interns (internal dependencies) relative to the frameworkLocation.
- getName() - Method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.FileNameSeparator
-
Accessor method for name.
- getOutputLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the output location to the frameworkLocation.
- getPath() - Method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.FileNameSeparator
-
Accessor method for path.
- getRelPath() - Method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.RelativeFile
-
Accessor method for relative path.
- getRelPathFromBase(File, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.RelativePath
-
Will determine the relative path from one file to another.
- getResourceAsStream(String) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.ResourceIO
-
Get an input stream for a resource file within the jar.
- getResourceAsZipStream(String) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.ResourceIO
-
Get a zip input stream for a resource file within the jar.
- getTestDepsLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the test deps relative to the frameworkLocation.
- getTestLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the test suite relative to the frameworkLocation.
- getTestSuiteLocation(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
Build the path to the test suite relative to the frameworkLocation.
- JSAR_ASSERT_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the generated assert deps file.
- JSAR_ASSERT_REQUIRES_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the generated assert deps file.
- JSAR_ASSERTION_SOURCE_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the assertion source files in the jsar.
- JSAR_COMPILE_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the source files in the jsar.
- JSAR_COMPILED_TEST_SUITE_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the output of the test generation in the jsar.
- JSAR_DEBUG_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the generated debug deps file.
- JSAR_DEBUG_REQUIRES_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the generated debug deps file.
- JSAR_EXTERN_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the extern files in the jsar.
- JSAR_INTERN_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the intern files in the jsar.
- JSAR_OUTPUT_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the source files in the jsar.
- JSAR_PROCESSED_SOURCE_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the source files (with assertions removed) in the jsar.
- JSAR_TEST_DEPS_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the generated debug deps file.
- JSAR_TEST_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the extern files in the jsar.
- JSAR_TEST_SUITE_LOCATION - Static variable in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.JsarRelativeLocations
-
The location of the output of the test generation in the jsar.
- JsarRelativeLocations - Class in com.github.jlgrock.javascriptframework.mavenutils.mavenobjects
-
A centralized class for calculating relative pathing for the output.