public class GenContext extends Properties
defaults| 构造器和说明 |
|---|
GenContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor()
Gets the author.
|
String |
getBasepath()
Gets the basepath.
|
String |
getCopyright()
Gets the copyright.
|
String |
getDocTitle()
Gets the doc title.
|
String |
getDomain()
Gets the domain.
|
String |
getNameSpace()
Gets the name space.
|
String |
getSubtitle()
Gets the subtitle.
|
String |
getWordURL()
Gets the name space.
|
void |
setAuthor(String author)
Sets the author.
|
void |
setBasepath(String basepath)
Sets the basepath.
|
void |
setCopyright(String copyright)
Sets the copyright.
|
void |
setDocTitle(String docTitle)
Sets the doc title.
|
void |
setDomain(String domain)
Sets the domain.
|
void |
setNameSpace(String namespace)
Sets the name space.
|
void |
setSubtitle(String subtitle)
Sets the subtitle.
|
void |
setWordURL(String wordUrl)
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 spacepublic String getWordURL()
public void setWordURL(String wordUrl)
wordUrl - the new word URLpublic String getSubtitle()
public void setSubtitle(String subtitle)
subtitle - the new subtitlepublic String getCopyright()
public void setCopyright(String copyright)
copyright - the new copyrightCopyright © 2017. All rights reserved.