public class ResourceInfo extends Object
Constructor and Description |
---|
ResourceInfo(ContractInfo contract,
String name,
VersionInfo version,
ResourceHelper helper) |
ResourceInfo(LibraryInfo library,
ContractInfo contract,
String name,
VersionInfo version) |
ResourceInfo(ResourceInfo other,
boolean copyLocalePrefix) |
Modifier and Type | Method and Description |
---|---|
void |
copy(ResourceInfo other) |
boolean |
equals(Object obj) |
String |
getContract() |
ResourceHelper |
getHelper() |
LibraryInfo |
getLibraryInfo() |
String |
getLocalePrefix() |
String |
getName() |
String |
getPath() |
VersionInfo |
getVersion() |
int |
hashCode() |
boolean |
isDoNotCache() |
void |
setDoNotCache(boolean doNotCache) |
public ResourceInfo(LibraryInfo library, ContractInfo contract, String name, VersionInfo version)
public ResourceInfo(ContractInfo contract, String name, VersionInfo version, ResourceHelper helper)
public ResourceInfo(ResourceInfo other, boolean copyLocalePrefix)
public void copy(ResourceInfo other)
public boolean isDoNotCache()
public void setDoNotCache(boolean doNotCache)
public ResourceHelper getHelper()
ResourceHelper
for this resourcepublic LibraryInfo getLibraryInfo()
public String getLocalePrefix()
public String getName()
public String getPath()
public String getContract()
public VersionInfo getVersion()
null
if the
resource isn't versioned.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.