Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor.parser
Interface AssemblyParser.NodeNames  view AssemblyParser.NodeNames download AssemblyParser.NodeNames.java

Enclosing interface:
AssemblyParser

private static interface AssemblyParser.NodeNames

Constants for descriptor element names.


Field Summary
static java.lang.String Assembly
           
static java.lang.String Component
           
static java.lang.String Definition
           
static java.lang.String File
           
static java.lang.String Include
           
static java.lang.String Resource
           
static java.lang.String Url
           
 

Field Detail

Assembly

public static final java.lang.String Assembly
See Also:
Constant Field Values

Include

public static final java.lang.String Include
See Also:
Constant Field Values

File

public static final java.lang.String File
See Also:
Constant Field Values

Url

public static final java.lang.String Url
See Also:
Constant Field Values

Resource

public static final java.lang.String Resource
See Also:
Constant Field Values

Definition

public static final java.lang.String Definition
See Also:
Constant Field Values

Component

public static final java.lang.String Component
See Also:
Constant Field Values