org.sonatype.tests.http.server.jetty.behaviour.filesystem
Class FSBehaviour

java.lang.Object
  extended by org.sonatype.tests.http.server.jetty.behaviour.filesystem.FSBehaviour
All Implemented Interfaces:
Behaviour
Direct Known Subclasses:
Delete, Head, Post, Put

public abstract class FSBehaviour
extends Object
implements Behaviour


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonatype.tests.http.server.api.Behaviour
Behaviour.Keys
 
Field Summary
protected  File fPath
           
 
Constructor Summary
FSBehaviour(File file)
           
FSBehaviour(String path)
           
 
Method Summary
protected  File fs(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sonatype.tests.http.server.api.Behaviour
execute
 

Field Detail

fPath

protected final File fPath
Constructor Detail

FSBehaviour

public FSBehaviour(String path)

FSBehaviour

public FSBehaviour(File file)
Method Detail

fs

protected File fs(String path)


Copyright © 2010-2013 Sonatype, Inc.. All Rights Reserved.