public final class VirtualApplication extends Object
| Constructor and Description |
|---|
VirtualApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
physicalPath()
Get the physicalPath property: Physical path.
|
Boolean |
preloadEnabled()
Get the preloadEnabled property: <code>true</code> if preloading is enabled; otherwise,
<code>false</code>.
|
void |
validate()
Validates the instance.
|
List<VirtualDirectory> |
virtualDirectories()
Get the virtualDirectories property: Virtual directories for virtual application.
|
String |
virtualPath()
Get the virtualPath property: Virtual path.
|
VirtualApplication |
withPhysicalPath(String physicalPath)
Set the physicalPath property: Physical path.
|
VirtualApplication |
withPreloadEnabled(Boolean preloadEnabled)
Set the preloadEnabled property: <code>true</code> if preloading is enabled; otherwise,
<code>false</code>.
|
VirtualApplication |
withVirtualDirectories(List<VirtualDirectory> virtualDirectories)
Set the virtualDirectories property: Virtual directories for virtual application.
|
VirtualApplication |
withVirtualPath(String virtualPath)
Set the virtualPath property: Virtual path.
|
public String virtualPath()
public VirtualApplication withVirtualPath(String virtualPath)
virtualPath - the virtualPath value to set.public String physicalPath()
public VirtualApplication withPhysicalPath(String physicalPath)
physicalPath - the physicalPath value to set.public Boolean preloadEnabled()
public VirtualApplication withPreloadEnabled(Boolean preloadEnabled)
preloadEnabled - the preloadEnabled value to set.public List<VirtualDirectory> virtualDirectories()
public VirtualApplication withVirtualDirectories(List<VirtualDirectory> virtualDirectories)
virtualDirectories - the virtualDirectories value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.