Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.resources
Class ResourceType

java.lang.Object
  extended by org.nuxeo.theme.resources.ResourceType
All Implemented Interfaces:
Type

public final class ResourceType
extends Object
implements Type


Field Summary
 String contextPath
           
 String[] dependencies
           
 String name
           
 String path
           
 boolean shrinkable
           
 String url
           
 
Constructor Summary
ResourceType()
           
ResourceType(String name, String path, String[] dependencies)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

path

public String path

url

public String url

contextPath

public String contextPath

shrinkable

public boolean shrinkable

dependencies

public String[] dependencies
Constructor Detail

ResourceType

public ResourceType()

ResourceType

public ResourceType(String name,
                    String path,
                    String[] dependencies)
Method Detail

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Type

setContextPath

public void setContextPath(String contextPath)

getDependencies

public String[] getDependencies()

getName

public String getName()

getPath

public String getPath()

isShrinkable

public boolean isShrinkable()

getUrl

public String getUrl()

setName

public void setName(String name)

setPath

public void setPath(String path)

setUrl

public void setUrl(String url)

getContextPath

public String getContextPath()

setShrinkable

public void setShrinkable(boolean shrinkable)

setDependencies

public void setDependencies(String[] dependencies)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.