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

Quick Search    Search Deep

org.jempeg.empeg.emptool
Class Console.ExpandFlags  view Console.ExpandFlags download Console.ExpandFlags.java

java.lang.Object
  extended byorg.jempeg.empeg.emptool.Console.ExpandFlags
Enclosing class:
Console

protected static class Console.ExpandFlags
extends java.lang.Object


Field Summary
static int DEFAULT_CURRENT
           
static int ESCAPE_PATHS
           
static int EXPAND_PLAYLISTS
           
static int INCLUDE_RECURSES
           
static int LONG_LISTING
           
static int NONE
           
static int RECURSE
           
static int USE_EXISTING
           
 
Constructor Summary
protected Console.ExpandFlags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

EXPAND_PLAYLISTS

public static final int EXPAND_PLAYLISTS
See Also:
Constant Field Values

RECURSE

public static final int RECURSE
See Also:
Constant Field Values

DEFAULT_CURRENT

public static final int DEFAULT_CURRENT
See Also:
Constant Field Values

INCLUDE_RECURSES

public static final int INCLUDE_RECURSES
See Also:
Constant Field Values

LONG_LISTING

public static final int LONG_LISTING
See Also:
Constant Field Values

ESCAPE_PATHS

public static final int ESCAPE_PATHS
See Also:
Constant Field Values

USE_EXISTING

public static final int USE_EXISTING
See Also:
Constant Field Values
Constructor Detail

Console.ExpandFlags

protected Console.ExpandFlags()