| 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 |
List<String> |
soyDependencies |
String |
soyNamespace |
List<String> |
soyTemplates |
String |
srcType |
String |
type |
| Constructor and Description |
|---|
WebModuleDescriptor(String name,
String baseName,
String type,
String srcType,
String filePath,
LinkedHashMap<String,Config.WebModuleDescriptor.Dependency> dependencies,
List<String> contexts,
List<String> soyTemplates,
List<String> soyDependencies,
String soyNamespace) |
public final String name
public final String type
public final String srcType
public final String filePath
public final LinkedHashMap<String,Config.WebModuleDescriptor.Dependency> dependencies
public final String soyNamespace
Copyright © 2018 Atlassian. All rights reserved.