public interface ResourceService
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironmentBaseUrl()
Retrieve environment URL
|
File |
getResourceDirectory(String appId)
Retrieve the resource directory of an application.
|
File |
getStaticResourcesDirectory(String templateTag)
Retrieve the static resources directory for a specific template tag.
|
File |
getTemplateDirectory(Builder.Type type,
String templateTag)
Retrieve the read-only template directory for a specific template and target.
|
File |
getTmpDirectory(String appId)
Retrieve the tmp directory of an application.
|
File |
getWorkDirectory(Builder.Type type,
String appId)
Retrieve the work directory typed for current target.
|
File getResourceDirectory(String appId)
appId - application uuidFile getStaticResourcesDirectory(String templateTag)
templateTag - input template tagFile getWorkDirectory(Builder.Type type, String appId)
type - build target typeappId - application uuidFile getTmpDirectory(String appId)
appId - application uuidFile getTemplateDirectory(Builder.Type type, String templateTag)
type - build target typetemplateTag - input template tagString getEnvironmentBaseUrl()
Copyright © 2015. All rights reserved.