@groovy.transform.EqualsAndHashCode @groovy.transform.ToString class BowerDependency extends java.lang.Object
Definition of a bower dependency.
| Type | Name and description |
|---|---|
java.lang.String |
cacheName |
java.util.List<java.lang.String> |
filter |
java.lang.String |
name |
java.lang.String |
outputName |
static long |
serialVersionUID |
java.lang.String |
version |
| Type | Name and description |
|---|---|
java.lang.String |
getCacheName()Return the cache name. |
java.lang.String |
getOutputName()Return the output name. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Return the cache name.
It will be cacheName if it's set, otherwise name will be returned.
Return the output name.
It will be outputName if it's set, otherwise name will be returned.