Modifier and Type | Field and Description |
---|---|
String |
contextPath |
String[] |
dependencies |
String |
name |
String |
path |
boolean |
shrinkable |
String |
url |
Constructor and Description |
---|
ResourceType() |
ResourceType(String name,
String path,
String[] dependencies) |
Modifier and Type | Method and Description |
---|---|
String |
getContextPath() |
String[] |
getDependencies() |
String |
getName() |
String |
getPath() |
TypeFamily |
getTypeFamily() |
String |
getTypeName() |
String |
getUrl() |
boolean |
isShrinkable() |
void |
setContextPath(String contextPath) |
void |
setDependencies(String[] dependencies) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setShrinkable(boolean shrinkable) |
void |
setUrl(String url) |
public String name
public String path
public String url
public String contextPath
public boolean shrinkable
public String[] dependencies
public TypeFamily getTypeFamily()
getTypeFamily
in interface Type
public String getTypeName()
getTypeName
in interface Type
public void setContextPath(String contextPath)
public String[] getDependencies()
public String getName()
public String getPath()
public boolean isShrinkable()
public String getUrl()
public void setName(String name)
public void setPath(String path)
public void setUrl(String url)
public String getContextPath()
public void setShrinkable(boolean shrinkable)
public void setDependencies(String[] dependencies)
Copyright © 2015 Nuxeo SA. All rights reserved.