public class GenContext extends Properties
defaults| 构造器和说明 |
|---|
GenContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor()
Gets the author.
|
String |
getBasepath()
Gets the basepath.
|
String |
getDocTitle()
Gets the doc title.
|
String |
getDomain()
Gets the domain.
|
String |
getNameSpace()
Gets the name space.
|
void |
setAuthor(String author)
Sets the author.
|
void |
setBasepath(String basepath)
Sets the basepath.
|
void |
setDocTitle(String docTitle)
Sets the doc title.
|
void |
setDomain(String domain)
Sets the domain.
|
void |
setNameSpace(String namespace)
Sets the name space.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic String getDomain()
public void setDomain(String domain)
domain - the new domainpublic String getBasepath()
public void setBasepath(String basepath)
basepath - the new basepathpublic void setDocTitle(String docTitle)
docTitle - the new doc titlepublic String getDocTitle()
public void setAuthor(String author)
author - the new authorpublic String getAuthor()
public String getNameSpace()
public void setNameSpace(String namespace)
namespace - the new name spaceCopyright © 2016. All rights reserved.