org.specrunner.source.resource.positional
Interface IResourcePositional
- All Superinterfaces:
- IPresentation, IResource
- All Known Implementing Classes:
- AbstractResourceHeader, AbstractResourcePositional, CSSResource, JSResource
public interface IResourcePositional
- extends IResource
Definition of a resource. A resource is something which is part of the
specification document, i.e. a CSS file, a image, etc.
- Author:
- Thiago Santos
| Methods inherited from interface org.specrunner.source.resource.IResource |
addNode, getNodes, getParent, getResourcePath, getType, isClasspath, setClasspath, setParent, setResourcePath, setType, writeTo |
getPosition
Position getPosition()
- The position to add the resource.
- Returns:
- The resource position.
setPosition
void setPosition(Position position)
- Set the position.
- Parameters:
position - The resource position.
Copyright © 2015. All rights reserved.