com.threerings.getdown.tools
Interface JarDiffCodes

All Known Implementing Classes:
JarDiff, JarDiffPatcher

public interface JarDiffCodes

Constants shared by JarDiff and JarDiffPatcher.


Field Summary
static String INDEX_NAME
          The name of the jardiff control file.
static String MOVE_COMMAND
          A jardiff command to move an entry.
static String REMOVE_COMMAND
          A jardiff command to remove an entry.
static String VERSION_HEADER
          The version header used in the control file.
 

Field Detail

INDEX_NAME

static final String INDEX_NAME
The name of the jardiff control file.

See Also:
Constant Field Values

VERSION_HEADER

static final String VERSION_HEADER
The version header used in the control file.

See Also:
Constant Field Values

REMOVE_COMMAND

static final String REMOVE_COMMAND
A jardiff command to remove an entry.

See Also:
Constant Field Values

MOVE_COMMAND

static final String MOVE_COMMAND
A jardiff command to move an entry.

See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.