com.sun.jini.tool
Class JarWrapper.PreferredListWriter.FileNode

java.lang.Object
  extended by com.sun.jini.tool.JarWrapper.PreferredListWriter.FileNode
Enclosing class:
JarWrapper.PreferredListWriter

private static class JarWrapper.PreferredListWriter.FileNode
extends Object

Stores file preference state.


Field Summary
(package private)  int action
           
(package private) static int INCLUDE
           
(package private)  String jarFileName
           
(package private) static int NONE
           
(package private)  String path
           
(package private)  boolean preferred
           
(package private) static int SKIP
           
 
Constructor Summary
JarWrapper.PreferredListWriter.FileNode(String path, String jarFileName, boolean preferred)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

static final int NONE
See Also:
Constant Field Values

SKIP

static final int SKIP
See Also:
Constant Field Values

INCLUDE

static final int INCLUDE
See Also:
Constant Field Values

path

final String path

jarFileName

final String jarFileName

preferred

boolean preferred

action

int action
Constructor Detail

JarWrapper.PreferredListWriter.FileNode

JarWrapper.PreferredListWriter.FileNode(String path,
                                        String jarFileName,
                                        boolean preferred)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.