Class Transform


  • @Deprecated
    public class Transform
    extends java.lang.Object
    Deprecated.
    Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").
    A class that contains a main() method for command-line invocation of a FreeMarker XML transformation.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Deprecated.
      Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        @Deprecated
        public static void main​(java.lang.String[] args)
        Deprecated.
        Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").