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