org.nuiton.license
Class License

java.lang.Object
  extended by org.nuiton.license.License

Deprecated. since 1.0.3, move all license stuff in maven-license-plugin (removed in 1.1.0)

@Deprecated
public class License
extends Object

The model of a license.

Author:
chemit

Field Summary
protected  URL headerURL
          Deprecated. url of the header's template
protected  URL licenseURL
          Deprecated. url of the license's content
protected  String name
          Deprecated. the name of the licenses (ex lgpl-3.0)
 
Constructor Summary
License()
          Deprecated.  
 
Method Summary
 String getHeaderContent(String encoding)
          Deprecated.  
 URL getHeaderURL()
          Deprecated.  
 String getLicenseContent(String encoding)
          Deprecated.  
 URL getLicenseURL()
          Deprecated.  
 String getName()
          Deprecated.  
 void setHeaderURL(URL headerURL)
          Deprecated.  
 void setLicenseURL(URL licenseURL)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name
Deprecated. 
the name of the licenses (ex lgpl-3.0)


licenseURL

protected URL licenseURL
Deprecated. 
url of the license's content


headerURL

protected URL headerURL
Deprecated. 
url of the header's template

Constructor Detail

License

public License()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

getLicenseURL

public URL getLicenseURL()
Deprecated. 

getHeaderURL

public URL getHeaderURL()
Deprecated. 

getLicenseContent

public String getLicenseContent(String encoding)
                         throws IOException
Deprecated. 
Throws:
IOException

getHeaderContent

public String getHeaderContent(String encoding)
                        throws IOException
Deprecated. 
Throws:
IOException

setName

public void setName(String name)
Deprecated. 

setLicenseURL

public void setLicenseURL(URL licenseURL)
Deprecated. 

setHeaderURL

public void setHeaderURL(URL headerURL)
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2009 CodeLutin. All Rights Reserved.