Package org.xwiki.extension
Class ExtensionLicense
- java.lang.Object
-
- org.xwiki.extension.ExtensionLicense
-
public class ExtensionLicense extends Object
License of an extension.- Since:
- 4.0M1
- Version:
- $Id: ed03e5da38bc258a0f1d77b2a00c6d6fd351e110 $
-
-
Constructor Summary
Constructors Constructor Description ExtensionLicense(String name, List<String> content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<String>
getContent()
String
getName()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name of the license
-
-