@NotThreadSafe
public class ComposerLockParser
extends java.lang.Object
| Constructor and Description |
|---|
ComposerLockParser(java.io.InputStream inputStream)
Creates a ComposerLockParser from a JsonReader and an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ComposerDependency> |
getDependencies()
Gets the list of dependencies.
|
void |
process()
Process the input stream to create the list of dependencies.
|
public ComposerLockParser(java.io.InputStream inputStream)
inputStream - the InputStream to parsepublic void process()
public java.util.List<ComposerDependency> getDependencies()
Copyright© 2012-21 Jeremy Long. All Rights Reserved.