@NotThreadSafe public class ComposerLockParser extends Object
| Constructor and Description |
|---|
ComposerLockParser(InputStream inputStream)
Creates a ComposerLockParser from a JsonReader and an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComposerDependency> |
getDependencies()
Gets the list of dependencies.
|
void |
process()
Process the input stream to create the list of dependencies.
|
public ComposerLockParser(InputStream inputStream)
inputStream - the InputStream to parsepublic void process()
public List<ComposerDependency> getDependencies()
Copyright © 2012–2020 OWASP. All rights reserved.