sam.ui
Class RulingInterface.AccessMode

java.lang.Object
  |
  +--sam.ui.RulingInterface.AccessMode
Enclosing class:
RulingInterface

public abstract static class RulingInterface.AccessMode
extends java.lang.Object

File access mode


Field Summary
 java.lang.String description
          Human-readable description of this access mode
 
Method Summary
protected abstract  boolean accepts(java.io.File file)
          Wether specified file grants this access mode
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public final java.lang.String description
Human-readable description of this access mode

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

accepts

protected abstract boolean accepts(java.io.File file)
Wether specified file grants this access mode