public class ArtifactSpecs extends java.util.LinkedList<ArtifactSpec>
| Constructor and Description |
|---|
ArtifactSpecs() |
ArtifactSpecs(java.lang.String specsNotation)
Build a new ArtifactSpecs from a newline separated string
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<java.lang.String,java.lang.CharSequence> |
getProperties(ArtifactSpec spec)
Iterate over all the specs and if matches add the properties
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic ArtifactSpecs()
public ArtifactSpecs(java.lang.String specsNotation)
specsNotation - A sting containing artifact spec notations separated by the newline (\n) or (\r\n)
character(s)public com.google.common.collect.Multimap<java.lang.String,java.lang.CharSequence> getProperties(ArtifactSpec spec)
spec -