public class VirtualApplication extends Object
| Constructor and Description |
|---|
VirtualApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
physicalPath()
Get the physicalPath value.
|
Boolean |
preloadEnabled()
Get the preloadEnabled value.
|
List<VirtualDirectory> |
virtualDirectories()
Get the virtualDirectories value.
|
String |
virtualPath()
Get the virtualPath value.
|
VirtualApplication |
withPhysicalPath(String physicalPath)
Set the physicalPath value.
|
VirtualApplication |
withPreloadEnabled(Boolean preloadEnabled)
Set the preloadEnabled value.
|
VirtualApplication |
withVirtualDirectories(List<VirtualDirectory> virtualDirectories)
Set the virtualDirectories value.
|
VirtualApplication |
withVirtualPath(String virtualPath)
Set the virtualPath value.
|
public String virtualPath()
public VirtualApplication withVirtualPath(String virtualPath)
virtualPath - the virtualPath value to setpublic String physicalPath()
public VirtualApplication withPhysicalPath(String physicalPath)
physicalPath - the physicalPath value to setpublic Boolean preloadEnabled()
public VirtualApplication withPreloadEnabled(Boolean preloadEnabled)
preloadEnabled - the preloadEnabled value to setpublic List<VirtualDirectory> virtualDirectories()
public VirtualApplication withVirtualDirectories(List<VirtualDirectory> virtualDirectories)
virtualDirectories - the virtualDirectories value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/