Package | Description |
---|---|
org.eclipse.wst.jsdt.js.node.common.json.objects | |
org.eclipse.wst.jsdt.js.node.common.util |
Modifier and Type | Method and Description |
---|---|
PackageJson |
PackageJson.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static PackageJson |
PackageJsonUtil.readPackageJsonFromFile(java.lang.String fileLocation)
Reads a package.json file at the specified location and returns a PackageJson object
representing the package.json attributes and values.
|
static PackageJson |
PackageJsonUtil.readPackageJsonFromIFile(IFile file)
Reads a package.json file specified in the IFile and returns a PackageJson object
representing the package.json attributes and values.
|
static PackageJson |
PackageJsonUtil.readPackageJsonFromIResource(IResource resource)
Reads a package.json contained in the IResource given and returns a PackageJson object
representing the package.json attributes and values.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.