Skip navigation links
A B C D E F G J L M P R S T U V W Z 

A

append(LoggingEvent) - Method in class com.github.jlgrock.javascriptframework.mavenutils.logging.MojoLogAppender
 
ArtifactExtractor - Class in com.github.jlgrock.javascriptframework.mavenutils.mavenobjects
This will extract the artifacts specified by the scope and packagingType and will store these files in a directory that matches their artifact coordinates followed by package information.
ArtifactExtractor(Set<Artifact>) - Constructor for class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.ArtifactExtractor
Constructor.

B

beginLogging(AbstractMojo) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.logging.MojoLogAppender
Use this to start logging in any mojo.
buildFilteredList(File, String) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.FileListBuilder
Build a list of all files within a given root with a filter by extension.
buildList(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.FileListBuilder
Build a list of all files within a given root.

C

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.

D

deleteDirAndUnzip(ZipInputStream, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.ZipUtils
Delete a directory and unzip to that directory.
DirectoryIO - Class in com.github.jlgrock.javascriptframework.mavenutils.io
A general usage class for doing Directory manipulations.

E

endLogging() - Static method in class com.github.jlgrock.javascriptframework.mavenutils.logging.MojoLogAppender
Use this to stop logging in the mojo.
extract(PackagingType, ScopeType, File) - Method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.ArtifactExtractor
The action to extract the artifacts that were set at the constructor.
extract(String, PackagingType, ScopeType, File) - Method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.ArtifactExtractor
The action to extract the artifacts that were set at the constructor.
extract(Set<Artifact>, String, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.ExtractSrcAftifacts
Filter the artifacts, then extract the artifacts to a directory.
ExtractSrcAftifacts - Class in com.github.jlgrock.javascriptframework.mavenutils.mavenobjects
A utility class to extract source maven artifacts.

F

FileIO - Class in com.github.jlgrock.javascriptframework.mavenutils.io
A general usage class for doing File manipulations.
FileListBuilder - Class in com.github.jlgrock.javascriptframework.mavenutils.pathing
Simple class for building a file list.
FileNameSeparator - Class in com.github.jlgrock.javascriptframework.mavenutils.pathing
A class used to separate the file into its component parts.
FileNameSeparator(File) - Constructor for class com.github.jlgrock.javascriptframework.mavenutils.pathing.FileNameSeparator
Constructor for files.
FileNameSeparator(String) - Constructor for class com.github.jlgrock.javascriptframework.mavenutils.pathing.FileNameSeparator
Constructor for string representation of a file.
FilteredReader - Class in com.github.jlgrock.javascriptframework.mavenutils.io.readers
A reader for parsing through a stream and replacing one thing with another.
FilteredReader(Reader, String, String) - Constructor for class com.github.jlgrock.javascriptframework.mavenutils.io.readers.FilteredReader
Constructor.
FilteredReader(Reader, String, String, int) - Constructor for class com.github.jlgrock.javascriptframework.mavenutils.io.readers.FilteredReader
Constructor.
findAbsoluteFile(String, String) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.SearchFileRecursive
Find the Java File object based off of a starting directory.
flush() - Method in class com.github.jlgrock.javascriptframework.mavenutils.logging.Log4jOutputStream
 

G

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.

J

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.

L

Log4jOutputStream - Class in com.github.jlgrock.javascriptframework.mavenutils.logging
An output stream that ports output to log4j.
Log4jOutputStream(Logger, Level) - Constructor for class com.github.jlgrock.javascriptframework.mavenutils.logging.Log4jOutputStream
Constructor.

M

MojoLogAppender - Class in com.github.jlgrock.javascriptframework.mavenutils.logging
This class acts as a wrapper to the Log4j implementation so that developers can use log4j rather than passing around the maven log.
MojoLogAppender() - Constructor for class com.github.jlgrock.javascriptframework.mavenutils.logging.MojoLogAppender
 

P

PackagingType - Enum in com.github.jlgrock.javascriptframework.mavenutils.mavenobjects
The types of packaging that the current lifecycles can support.
parseIntoGroups(String, String) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.parsing.ParseUtils
Parse the test into groups based on the regular expression.
ParseUtils - Class in com.github.jlgrock.javascriptframework.mavenutils.parsing
Utilities for parsing strings.

R

readLine() - Method in class com.github.jlgrock.javascriptframework.mavenutils.io.readers.FilteredReader
 
recursivelyDeleteDirectory(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.DirectoryIO
Will do a recursive deletion of all files and folders based off of a given directory.
RelativeFile - Class in com.github.jlgrock.javascriptframework.mavenutils.pathing
Stores the relative path of a file, while keeping the reference to the File object.
RelativeFile(File, String) - Constructor for class com.github.jlgrock.javascriptframework.mavenutils.pathing.RelativeFile
The Constructor.
RelativePath - Class in com.github.jlgrock.javascriptframework.mavenutils.pathing
Find the relative path from one file to another.
removeFileExtension(File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.FileIO
Remove the extension from a file.
requiresLayout() - Method in class com.github.jlgrock.javascriptframework.mavenutils.logging.MojoLogAppender
 
ResourceIO - Class in com.github.jlgrock.javascriptframework.mavenutils.io
A general usage class for accessing and manipulating jar resources.

S

ScopeType - Enum in com.github.jlgrock.javascriptframework.mavenutils.mavenobjects
The scope types recognized by the lifecycles.
SearchFileRecursive - Class in com.github.jlgrock.javascriptframework.mavenutils.pathing
Search through a directory recursively to find a file.

T

turnRelativeIntoFiles(File, String[]) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.pathing.FileListBuilder
Creates files off of relative paths from a root.

U

unzip(ZipInputStream, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.ZipUtils
Unzip all Zipfile contents to a directory.
unzip(ZipInputStream, String, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.ZipUtils
Unzip Zipfile contents matching zipEntryName to a directory.

V

valueOf(String) - Static method in enum com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.PackagingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.ScopeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.PackagingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jlgrock.javascriptframework.mavenutils.mavenobjects.ScopeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(int) - Method in class com.github.jlgrock.javascriptframework.mavenutils.logging.Log4jOutputStream
 

Z

zipFolder(File, File) - Static method in class com.github.jlgrock.javascriptframework.mavenutils.io.ZipUtils
Zip up a directory and store it into a zip file.
ZipUtils - Class in com.github.jlgrock.javascriptframework.mavenutils.io
A general usage class for doing zip file and zip stream manipulations.
A B C D E F G J L M P R S T U V W Z 
Skip navigation links

Copyright © 2015. All Rights Reserved.