Class LicensesUtil

  • All Implemented Interfaces:
    org.bedework.util.logging.Logged

    public class LicensesUtil
    extends Object
    implements org.bedework.util.logging.Logged
    Print out licence info.
    Author:
    Mike Douglass
    • Constructor Detail

      • LicensesUtil

        public LicensesUtil()
    • Method Detail

      • process

        public boolean process()
                        throws Throwable
        Returns:
        true if processing went ok
        Throws:
        Throwable
      • main

        public static void main​(String[] args)
        Main
        Parameters:
        args -
      • unmarshal

        protected javax.xml.bind.JAXBElement<org.bedework.schemas.licenses.JarLicensesType> unmarshal​(InputStream in)
                                                                                               throws Throwable
        Throws:
        Throwable
      • getLogger

        public org.bedework.util.logging.BwLogger getLogger()
        Specified by:
        getLogger in interface org.bedework.util.logging.Logged