public class ResourceDescriptor extends Object
Constructor and Description |
---|
ResourceDescriptor(String resourceLocation,
String absoluteFilePath,
boolean hasMinimizedVersion,
boolean isCoreResource)
Create a new resource descriptor
|
Modifier and Type | Method and Description |
---|---|
String |
getAbsoluteFilePath() |
String |
getResourceLocation() |
boolean |
hasMinimizedVersion() |
boolean |
isCoreResource() |
public ResourceDescriptor(String resourceLocation, String absoluteFilePath, boolean hasMinimizedVersion, boolean isCoreResource)
resourceLocation
- the relative location of the resource under which it can be downloadedabsoluteFilePath
- the absolute location of the resource on diskhasMinimizedVersion
- whether there is a minimized version of the resourceisCoreResource
- whether the resource is a core resource or one that was provided by a pluginpublic String getResourceLocation()
public String getAbsoluteFilePath()
public boolean hasMinimizedVersion()
public boolean isCoreResource()
Copyright © 2019 Communote team. All rights reserved.