public class PomReader extends Object
| Constructor and Description |
|---|
PomReader(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
List<String> |
getDependencies() |
String |
getGroupId() |
String |
getId() |
List<String> |
getRepositories() |
String |
getVersion() |
public PomReader(InputStream is)