public final class JsarRelativeLocations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOSURE_LIBRARY_LOCATION
The location of the closure library files when extracted.
|
static String |
JSAR_ASSERT_LOCATION
The location of the generated assert deps file.
|
static String |
JSAR_ASSERT_REQUIRES_LOCATION
The location of the generated assert deps file.
|
static String |
JSAR_ASSERTION_SOURCE_LOCATION
The location of the assertion source files in the jsar.
|
static String |
JSAR_COMPILE_LOCATION
The location of the source files in the jsar.
|
static String |
JSAR_COMPILED_TEST_SUITE_LOCATION
The location of the output of the test generation in the jsar.
|
static String |
JSAR_DEBUG_LOCATION
The location of the generated debug deps file.
|
static String |
JSAR_DEBUG_REQUIRES_LOCATION
The location of the generated debug deps file.
|
static String |
JSAR_EXTERN_LOCATION
The location of the extern files in the jsar.
|
static String |
JSAR_INTERN_LOCATION
The location of the intern files in the jsar.
|
static String |
JSAR_OUTPUT_LOCATION
The location of the source files in the jsar.
|
static String |
JSAR_PROCESSED_SOURCE_LOCATION
The location of the source files (with assertions removed) in the jsar.
|
static String |
JSAR_TEST_DEPS_LOCATION
The location of the generated debug deps file.
|
static String |
JSAR_TEST_LOCATION
The location of the extern files in the jsar.
|
static String |
JSAR_TEST_SUITE_LOCATION
The location of the output of the test generation in the jsar.
|
| Modifier and Type | Method and Description |
|---|---|
static File |
getAssertDepsLocation(File frameworkLocation)
Build the path to the assert deps relative to the frameworkLocation.
|
static File |
getAssertionSourceLocation(File frameworkLocation)
Build the path to the assertion source relative to the frameworkLocation.
|
static File |
getAssertRequiresLocation(File frameworkLocation)
Build the path to the assert requires relative to the frameworkLocation.
|
static File |
getClosureLibraryLocation(File frameworkLocation)
Build the path to the debug deps relative to the frameworkLocation.
|
static File |
getCompiledTestSuiteLocation(File frameworkLocation)
Build the path to the compiled test suite relative to the frameworkLocation.
|
static File |
getCompileLocation(File frameworkLocation)
Build the path to the compiled output location to the frameworkLocation.
|
static File |
getDebugDepsLocation(File frameworkLocation)
Build the path to the debug deps relative to the frameworkLocation.
|
static File |
getDebugRequiresLocation(File frameworkLocation)
Build the path to the debug requires relative to the frameworkLocation.
|
static File |
getDebugSourceLocation(File frameworkLocation)
Build the path to the debug source relative to the frameworkLocation.
|
static File |
getExternsLocation(File frameworkLocation)
Build the path to the externs relative to the frameworkLocation.
|
static File |
getInternsAssertLocation(File frameworkLocation)
Build the path to the interns (internal dependencies) relative to the frameworkLocation.
|
static File |
getInternsDebugLocation(File frameworkLocation)
Build the path to the interns (internal dependencies) relative to the frameworkLocation.
|
static File |
getInternsLocation(File frameworkLocation)
Build the path to the interns (internal dependencies) relative to the frameworkLocation.
|
static File |
getOutputLocation(File frameworkLocation)
Build the path to the output location to the frameworkLocation.
|
static File |
getTestDepsLocation(File frameworkLocation)
Build the path to the test deps relative to the frameworkLocation.
|
static File |
getTestLocation(File frameworkLocation)
Build the path to the test suite relative to the frameworkLocation.
|
static File |
getTestSuiteLocation(File frameworkLocation)
Build the path to the test suite relative to the frameworkLocation.
|
public static final String CLOSURE_LIBRARY_LOCATION
public static final String JSAR_TEST_LOCATION
public static final String JSAR_TEST_SUITE_LOCATION
public static final String JSAR_COMPILED_TEST_SUITE_LOCATION
public static final String JSAR_EXTERN_LOCATION
public static final String JSAR_ASSERTION_SOURCE_LOCATION
public static final String JSAR_PROCESSED_SOURCE_LOCATION
public static final String JSAR_INTERN_LOCATION
public static final String JSAR_OUTPUT_LOCATION
public static final String JSAR_COMPILE_LOCATION
public static final String JSAR_ASSERT_LOCATION
public static final String JSAR_DEBUG_LOCATION
public static final String JSAR_TEST_DEPS_LOCATION
public static final String JSAR_ASSERT_REQUIRES_LOCATION
public static final String JSAR_DEBUG_REQUIRES_LOCATION
public static final File getClosureLibraryLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getDebugDepsLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getAssertDepsLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getDebugRequiresLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getAssertRequiresLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getTestDepsLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getTestLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getTestSuiteLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getCompiledTestSuiteLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getAssertionSourceLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getDebugSourceLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getExternsLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getInternsLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getInternsDebugLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getInternsAssertLocation(File frameworkLocation)
frameworkLocation - the folder to be relative frompublic static final File getOutputLocation(File frameworkLocation)
frameworkLocation - the folder to be relative fromCopyright © 2015. All Rights Reserved.