@ProviderType public interface CompilerContext
CompilerContext
...Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
getDependencies()
The dependencies can be updated by the compiler to add paths to dependant resources, for example external imports.
|
java.lang.String |
getDestinationPath()
Returns the path of the compiler output file.
|
ScriptResourceProvider |
getResourceProvider()
Returns a resource provider for resolving external resources during compilation.
|
ScriptResourceProvider getResourceProvider()
java.lang.String getDestinationPath()
java.util.Collection<java.lang.String> getDependencies()
Copyright © 2010 - 2020 Adobe. All Rights Reserved