Package org.infinispan.tools.licenses
Class LicenseReplacer
- java.lang.Object
-
- org.infinispan.tools.licenses.LicenseReplacer
-
public class LicenseReplacer extends Object
Looks for "unknown" or "empty" license information and replaces.It reads an XML file with the licenses (usually manually created) and replaces all the "unknown" or "missing" licenses information from an XMl licenses file. It does not touch entries with correct license information.
- Since:
- 12.0
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] argv)voidwrite(OutputStream os)
-
-
-
Method Detail
-
write
public void write(OutputStream os) throws TransformerException
- Throws:
TransformerException
-
-