Package org.alfresco.webdav.dsl
Class WebDavNetworkDrive
- java.lang.Object
-
- org.alfresco.webdav.dsl.WebDavNetworkDrive
-
@Component public class WebDavNetworkDrive extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WebDavNetworkDrive()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.utility.network.NetworkDriveinOSEnvironment()This will return the correct NetworkDrive class based on the current test operating system.
-
-
-
Method Detail
-
inOSEnvironment
public org.alfresco.utility.network.NetworkDrive inOSEnvironment() throws org.alfresco.utility.exception.TestConfigurationExceptionThis will return the correct NetworkDrive class based on the current test operating system.- Returns:
- Throws:
org.alfresco.utility.exception.TestConfigurationException
-
-