public class ThirdpartyLibManifest extends ConfFile<org.bladerunnerjs.model.ThirdpartyLibYamlManifest>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
commaWithOptionalSpacesSeparator |
static java.lang.String |
LIBRARY_MANIFEST_FILENAME |
Constructor and Description |
---|
ThirdpartyLibManifest(org.bladerunnerjs.model.AssetContainer assetContainer) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
boolean |
getCommonjsDefinition() |
java.util.List<MemoizedFile> |
getCssFiles() |
java.util.List<java.lang.String> |
getDepends() |
java.lang.String |
getExports() |
java.util.List<MemoizedFile> |
getJsFiles() |
fileExists, getConf, getConfFile, setAutoWrite, verify, verifyAndAutoWrite, write
public static final java.lang.String LIBRARY_MANIFEST_FILENAME
public static final java.lang.String commaWithOptionalSpacesSeparator
public ThirdpartyLibManifest(org.bladerunnerjs.model.AssetContainer assetContainer) throws ConfigException
ConfigException
public java.util.List<java.lang.String> getDepends() throws ConfigException
ConfigException
public java.util.List<MemoizedFile> getJsFiles() throws ConfigException
ConfigException
public java.util.List<MemoizedFile> getCssFiles() throws ConfigException
ConfigException
public java.lang.String getExports() throws ConfigException
ConfigException
public boolean getCommonjsDefinition() throws ConfigException
ConfigException
public boolean exists()