public class Scan extends Object
| Constructor and Description |
|---|
Scan(String project,
String module,
String moduleId,
Dependency dependency) |
Scan(String project,
String module,
String moduleId,
List<Dependency> dependencies) |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
getDependencies() |
String |
getModule() |
String |
getModuleId() |
String |
getProject() |
public Scan(String project, String module, String moduleId, List<Dependency> dependencies)
public Scan(String project, String module, String moduleId, Dependency dependency)
public List<Dependency> getDependencies()
public String getProject()
public String getModule()
public String getModuleId()
Copyright © 2018 EACG, Enterprise Architecture Consulting Group GmbH. All rights reserved.