org.crsh.vfs
Class Key

java.lang.Object
  extended by org.crsh.vfs.Key

 class Key
extends Object


Field Summary
(package private)  boolean dir
          .
(package private)  String name
          .
 
Constructor Summary
Key(String name, boolean dir)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

final String name
.


dir

final boolean dir
.

Constructor Detail

Key

Key(String name,
    boolean dir)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 eXo Platform SAS. All Rights Reserved.