Class ColumnLengths

java.lang.Object
org.wurbelizer.wurblet.AbstractWurblet
org.wurbelizer.wurblet.AbstractJavaWurblet
org.tentackle.wurblet.ModelWurblet
org.tentackle.wurblet.ColumnLengths
All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet

public class ColumnLengths extends ModelWurblet
(@wurblet) Generate code to define the column lengths.

usage:
@wurblet <tag> ColumnLengths [--noif]

arguments:

  • --noif: if not part of an interface (adds "public static final")
For more options, see ModelWurblet.
  • Constructor Details

    • ColumnLengths

      public ColumnLengths()
  • Method Details

    • run

      public void run() throws org.wurbelizer.wurbel.WurbelException
      Description copied from class: ModelWurblet

      Overridden to load the map file.

      Specified by:
      run in interface org.wurbelizer.wurblet.Wurblet
      Overrides:
      run in class ModelWurblet
      Throws:
      org.wurbelizer.wurbel.WurbelException - if running the wurblet failed