public class FileHeader extends Object
Description %-- Copyright (C) firstYear[ - lastYear] holder %-- License
| Modifier and Type | Field and Description |
|---|---|
protected Copyright |
copyright
Copyright model.
|
protected String |
description
Description of the project or module to add in header.
|
protected String |
license
License used in the header.
|
| Constructor and Description |
|---|
FileHeader() |
| Modifier and Type | Method and Description |
|---|---|
Copyright |
getCopyright() |
String |
getDescription() |
String |
getLicense() |
void |
setCopyright(Copyright copyright) |
void |
setDescription(String description) |
void |
setLicense(String license) |
protected String description
protected Copyright copyright
protected String license
public String getDescription()
public Copyright getCopyright()
public String getLicense()
public void setCopyright(Copyright copyright)
public void setDescription(String description)
public void setLicense(String license)
Copyright © 2010–2023. All rights reserved.