|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.license.plugin.model.descriptor.Header
public class Header
A Header represents a set of resources using the same
header type.
| Constructor Summary | |
|---|---|
Header()
|
|
| Method Summary | |
|---|---|
void |
addFileSet(FileSet fileSet)
Method addFileSet. |
String |
getCommentStyle()
Get The style of the comment which box the header to generate (or updates). |
FileSet |
getFileSet()
Get Specifies a single file sets to include in the license set. |
List<FileSet> |
getFileSets()
Method getFileSets. |
String |
getLicenseName()
Get The license to apply in this set. |
void |
removeFileSet(FileSet fileSet)
Method removeFileSet. |
void |
setCommentStyle(String commentStyle)
Set The style of the comment which box the header to generate (or updates). |
void |
setFileSet(FileSet fileSet)
Set Specifies a single file sets to include in the license set. |
void |
setFileSets(List<FileSet> fileSets)
Set Specifies file sets to include in the license set. |
void |
setLicenseName(String licenseName)
Set The license to apply in this set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Header()
| Method Detail |
|---|
public void addFileSet(FileSet fileSet)
fileSet - public String getCommentStyle()
public FileSet getFileSet()
public List<FileSet> getFileSets()
public String getLicenseName()
public void removeFileSet(FileSet fileSet)
fileSet - public void setCommentStyle(String commentStyle)
commentStyle - public void setFileSet(FileSet fileSet)
fileSet - public void setFileSets(List<FileSet> fileSets)
fileSets - public void setLicenseName(String licenseName)
licenseName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||