Package org.wildfly.prospero.licenses
Class License
- java.lang.Object
-
- org.wildfly.prospero.licenses.License
-
public class License extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFpGav()StringgetName()StringgetText()StringgetTitle()inthashCode()static List<License>readLicenses(URL url)static voidwriteLicenses(List<License> licenses, File targetFile)
-
-
-
Method Detail
-
readLicenses
public static List<License> readLicenses(URL url) throws IOException
- Throws:
IOException
-
writeLicenses
public static void writeLicenses(List<License> licenses, File targetFile) throws IOException
- Throws:
IOException
-
getName
public String getName()
-
getFpGav
public String getFpGav()
-
getTitle
public String getTitle()
-
getText
public String getText()
-
-