org.specrunner.source.resource.element.core
Class StylesheetResource
java.lang.Object
org.specrunner.source.resource.core.AbstractResource
org.specrunner.source.resource.element.core.AbstractResourceElement
org.specrunner.source.resource.element.core.AbstractResourceElementAtt
org.specrunner.source.resource.element.core.StylesheetResource
- All Implemented Interfaces:
- IResourceElement, IResource, IPresentation
public class StylesheetResource
- extends AbstractResourceElementAtt
A stylesheet resource.
- Author:
- Thiago Santos
| Methods inherited from class org.specrunner.source.resource.core.AbstractResource |
addNode, filterExisting, getNodes, getParent, getResourcePath, getResourceURLs, getType, isClasspath, setClasspath, setParent, setResourcePath, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StylesheetResource
public StylesheetResource(ISource parent,
String path,
boolean classpath,
EType type,
nu.xom.Element element)
- Creates a stylesheet resource.
- Parameters:
parent - The source parent.path - The resource path.classpath - The classpath flag.type - The resource nature.element - The referred element.
Copyright © 2015. All rights reserved.