jnlp.sample.jardiff
Interface JarDiffConstants

All Known Implementing Classes:
JarDiff, JarDiffPatcher

public interface JarDiffConstants

Constants used by creating patch and applying patch for JarDiff.

Version:
1.8, 06/26/03

Field Summary
static java.lang.String INDEX_NAME
           
static java.lang.String MOVE_COMMAND
           
static java.lang.String REMOVE_COMMAND
           
static java.lang.String VERSION_HEADER
           
 

Field Detail

VERSION_HEADER

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

INDEX_NAME

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

REMOVE_COMMAND

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

MOVE_COMMAND

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


Copyright © 2005-2009 Sun Microsystems. All Rights Reserved.