public class StencilSet extends Object
| Constructor and Description |
|---|
StencilSet(String url)
Minimal constructor of an stencilset, only expects an uri
|
StencilSet(String url,
String namespace)
Constructs a stencilSet with url and namespace
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Give the namespace of a stencilset
|
String |
getUrl()
Gice the specific url of an stencilset
|
void |
setNamespace(String namespace)
Set a new namespace for a stencil set
|
void |
setUrl(String url)
Set a new specific url for an stencilset
|
public StencilSet(String url, String namespace)
url - namespace - public StencilSet(String url)
url - public String getUrl()
public void setUrl(String url)
url - the url to setpublic String getNamespace()
public void setNamespace(String namespace)
namespace - the namespace to setCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.