Package org.eclipse.jetty.start
Class Licensing
- java.lang.Object
-
- org.eclipse.jetty.start.Licensing
-
public class Licensing extends java.lang.ObjectHandles basic license presentation and acknowledgement.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,java.util.List<java.lang.String>>licenseMap
-
Constructor Summary
Constructors Constructor Description Licensing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacknowledgeLicenses()voidaddModule(Module module)booleanhasLicenses()
-
-
-
Method Detail
-
addModule
public void addModule(Module module)
-
hasLicenses
public boolean hasLicenses()
-
acknowledgeLicenses
public boolean acknowledgeLicenses() throws java.io.IOException- Throws:
java.io.IOException
-
-