| Modifier and Type | Class and Description |
|---|---|
protected static class |
Config.WebModuleDescriptor.Dependency |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
contexts |
LinkedHashMap<String,Config.WebModuleDescriptor.Dependency> |
dependencies |
String |
filePath |
String |
name |
String |
type |
| Constructor and Description |
|---|
WebModuleDescriptor(String name,
String baseName,
String type,
String filePath,
LinkedHashMap<String,Config.WebModuleDescriptor.Dependency> dependencies,
List<String> contexts) |
public final String name
public final String type
public final String filePath
public final LinkedHashMap<String,Config.WebModuleDescriptor.Dependency> dependencies
public WebModuleDescriptor(String name, String baseName, String type, String filePath, LinkedHashMap<String,Config.WebModuleDescriptor.Dependency> dependencies, List<String> contexts)
Copyright © 2017 Atlassian. All rights reserved.