org.nuiton.license.plugin.repository
Class LicenseDefinition
java.lang.Object
org.nuiton.license.plugin.repository.LicenseDefinition
public class LicenseDefinition
- extends Object
Model of a license definition in a license repository.
- Since:
- 1.0.3
LICENSE_HEADER_FILE
public static final String LICENSE_HEADER_FILE
- See Also:
- Constant Field Values
LICENSE_CONTENT_FILE
public static final String LICENSE_CONTENT_FILE
- See Also:
- Constant Field Values
baseURL
protected URL baseURL
name
protected String name
description
protected String description
LicenseDefinition
public LicenseDefinition(URL baseURL,
String name,
String description)
getBaseURL
public URL getBaseURL()
getDescription
public String getDescription()
getName
public String getName()
getLicenseURL
public URL getLicenseURL()
throws IOException
- Throws:
IOException
getHeaderURL
public URL getHeaderURL()
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2010 CodeLutin. All Rights Reserved.