org.jfrog.build.extractor.clientConfiguration
Class ArtifactSpecs

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by java.util.LinkedList<ArtifactSpec>
                  extended by org.jfrog.build.extractor.clientConfiguration.ArtifactSpecs
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<ArtifactSpec>, java.util.Collection<ArtifactSpec>, java.util.Deque<ArtifactSpec>, java.util.List<ArtifactSpec>, java.util.Queue<ArtifactSpec>

public class ArtifactSpecs
extends java.util.LinkedList<ArtifactSpec>

A map of artifact specs per configuration

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ArtifactSpecs()
           
ArtifactSpecs(java.lang.String specsNotation)
          Build a new ArtifactSpecs from a newline separated string
 
Method Summary
 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
 
Methods inherited from class java.util.LinkedList
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, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 
Methods inherited from interface java.util.Deque
iterator
 

Constructor Detail

ArtifactSpecs

public ArtifactSpecs()

ArtifactSpecs

public ArtifactSpecs(java.lang.String specsNotation)
Build a new ArtifactSpecs from a newline separated string

Parameters:
specsNotation - A sting containing artifact spec notations separated by the newline (\n) or (\r\n) character(s)
Method Detail

getProperties

public 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

Parameters:
spec -
Returns: