Uses of Class
com.sas.services.webdav.DAVResource
Packages that use DAVResource
Package
Description
Information Service WebDAV metadata.
Provides a client API for accessing WebDAV servers.
Miscellaneous WebDAV tools.
-
Uses of DAVResource in com.sas.services.information.metadata.dav
Fields in com.sas.services.information.metadata.dav declared as DAVResourceMethods in com.sas.services.information.metadata.dav that return DAVResourceModifier and TypeMethodDescriptionDAVEntity.getDAVResource()Return the underlying DAVResource for this entity, if it exists (that is if it has been fetched)DAVEntityInterface.getDAVResource()Return the underlying DAVResource for this entity, if it exists (that is if it has been fetched) -
Uses of DAVResource in com.sas.services.webdav
Fields in com.sas.services.webdav declared as DAVResourceMethods in com.sas.services.webdav that return DAVResourceModifier and TypeMethodDescriptionDAVResource.copy(String targetPath) Copies resource to the target destination.DAVResourceInterface.copy(String targetUrl) Copies resource to the target destination.Resource.getDAVResource()Get the underlying implementation object.DAVResource.move(String targetPath) Moves this DAV resource to the location given in the parameter.DAVResourceInterface.move(String targetUrl) Moves this DAV resource to the location given in the parameter.Methods in com.sas.services.webdav with parameters of type DAVResourceModifier and TypeMethodDescriptionstatic voidWebDAVDump.dumpResource(DAVResource rsc, File dir) static ListResourceFinder.getDavChildrenList(DAVResource r, String path) static voidResourceFinder.getDavResources(DAVResource r, ResourceFilter filter, List results, boolean stopWhenFound) static StringUtils.getHostPort(DAVResource r) static voidWebDAVRestore.restore(DAVResource rsc, File file) Constructors in com.sas.services.webdav with parameters of type DAVResourceModifierConstructorDescriptionCollection(DAVResource r) Create a new collection in an existing collectionRemoteResource(DAVResource r) Creates a RemoteResource given a DAVResource.Resource(DAVResource r) Creates a DAV resource. -
Uses of DAVResource in com.sas.services.webdav.tools
Methods in com.sas.services.webdav.tools that return DAVResourceConstructors in com.sas.services.webdav.tools with parameters of type DAVResourceModifierConstructorDescriptionEditDlg(Frame owner, boolean modal, DAVResource resource, String mimeType)