com.perforce.p4java.impl.generic.core
Class Stream.StreamIgnoredMapping

java.lang.Object
  extended by com.perforce.p4java.impl.generic.core.MapEntry
      extended by com.perforce.p4java.impl.generic.core.Stream.StreamIgnoredMapping
All Implemented Interfaces:
IMapEntry, IStreamIgnoredMapping
Enclosing class:
Stream

public static class Stream.StreamIgnoredMapping
extends MapEntry
implements IStreamIgnoredMapping

Simple default implementation of the IStreamIgnoredMapping interface.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IMapEntry
IMapEntry.EntryType
 
Field Summary
protected  IStreamViewMapping.PathType pathType
           
 
Fields inherited from class com.perforce.p4java.impl.generic.core.MapEntry
elementPattern, elementPatternStr, left, order, right, type
 
Fields inherited from interface com.perforce.p4java.core.IMapEntry
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
 
Constructor Summary
Stream.StreamIgnoredMapping()
          Default constructor -- calls super() only.
Stream.StreamIgnoredMapping(int order, String ignorePath)
          Explicit value constructor -- calls super(order, target, targetSpec).
 
Method Summary
 String getIgnorePath()
          Get a stream ignored entry's file path; this corresponds to the left entry of the associated mapping.
 void setIgnorePath(String ignorePath)
          Set a stream ignored entry's left file path; this corresponds to the left entry of the associated mapping.
 
Methods inherited from class com.perforce.p4java.impl.generic.core.MapEntry
getLeft, getLeft, getOrder, getRight, getRight, getType, parseViewMappingString, quoteWhitespaceString, setLeft, setOrder, setRight, setType, stripTypePrefix, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.perforce.p4java.core.IMapEntry
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString
 

Field Detail

pathType

protected IStreamViewMapping.PathType pathType
Constructor Detail

Stream.StreamIgnoredMapping

public Stream.StreamIgnoredMapping()
Default constructor -- calls super() only.


Stream.StreamIgnoredMapping

public Stream.StreamIgnoredMapping(int order,
                                   String ignorePath)
Explicit value constructor -- calls super(order, target, targetSpec).

Method Detail

getIgnorePath

public String getIgnorePath()
Description copied from interface: IStreamIgnoredMapping
Get a stream ignored entry's file path; this corresponds to the left entry of the associated mapping.

Specified by:
getIgnorePath in interface IStreamIgnoredMapping
See Also:
IStreamIgnoredMapping.getIgnorePath()

setIgnorePath

public void setIgnorePath(String ignorePath)
Description copied from interface: IStreamIgnoredMapping
Set a stream ignored entry's left file path; this corresponds to the left entry of the associated mapping.

Specified by:
setIgnorePath in interface IStreamIgnoredMapping
See Also:
IStreamIgnoredMapping.setIgnorePath(java.lang.String)


Copyright © 2015 Perforce Software. All Rights Reserved.