org.apache.archiva.webdav
Class ArchivaDavResourceFactory.LogicalResource

java.lang.Object
  extended by org.apache.archiva.webdav.ArchivaDavResourceFactory.LogicalResource
Enclosing class:
ArchivaDavResourceFactory

private static class ArchivaDavResourceFactory.LogicalResource
extends Object


Field Summary
private  String path
           
 
Constructor Summary
ArchivaDavResourceFactory.LogicalResource(String path)
           
 
Method Summary
 String getPath()
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

private String path
Constructor Detail

ArchivaDavResourceFactory.LogicalResource

public ArchivaDavResourceFactory.LogicalResource(String path)
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.