public class ModuleAnalyzer extends Object
| Constructor and Description |
|---|
ModuleAnalyzer(File f) |
ModuleAnalyzer(InputStream in) |
ModuleAnalyzer(Path p) |
| Modifier and Type | Method and Description |
|---|---|
List<DependencyMetadata> |
getDependencies() |
String |
getName() |
String |
getSlot() |
public ModuleAnalyzer(File f) throws IOException
IOExceptionpublic ModuleAnalyzer(Path p) throws IOException
IOExceptionpublic ModuleAnalyzer(InputStream in) throws IOException
IOExceptionpublic String getName()
public String getSlot()
public List<DependencyMetadata> getDependencies()
Copyright © 2018 JBoss by Red Hat. All rights reserved.