co.cask.tigon.app.program
Class ManifestFields

java.lang.Object
  extended by co.cask.tigon.app.program.ManifestFields

public final class ManifestFields
extends Object

Defines the attributes as constants that are being used in manifest file.


Field Summary
static Attributes.Name MAIN_CLASS
           
static String MANIFEST_SPEC_FILE
           
static Attributes.Name MANIFEST_VERSION
           
static Attributes.Name SPEC_FILE
           
static String VERSION
           
 
Constructor Summary
ManifestFields()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_CLASS

public static final Attributes.Name MAIN_CLASS

MANIFEST_VERSION

public static final Attributes.Name MANIFEST_VERSION

SPEC_FILE

public static final Attributes.Name SPEC_FILE

VERSION

public static final String VERSION
See Also:
Constant Field Values

MANIFEST_SPEC_FILE

public static final String MANIFEST_SPEC_FILE
See Also:
Constant Field Values
Constructor Detail

ManifestFields

public ManifestFields()


Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.