Class Stream.StreamIgnoredMapping
- java.lang.Object
-
- com.perforce.p4java.impl.generic.core.MapEntry
-
- 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
Fields Modifier and Type Field Description protected IStreamViewMapping.PathType
pathType
-
Fields inherited from class com.perforce.p4java.impl.generic.core.MapEntry
comment, elementPattern, elementPatternStr, left, order, right, type
-
Fields inherited from interface com.perforce.p4java.core.IMapEntry
ORDER_UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description StreamIgnoredMapping()
Default constructor -- calls super() only.StreamIgnoredMapping(int order, java.lang.String ignorePath)
Explicit value constructor -- calls super(order, target, targetSpec).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIgnorePath()
Get a stream ignored entry's file path; this corresponds to the left entry of the associated mapping.void
setIgnorePath(java.lang.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
getComment, getComment, getLeft, getLeft, getOrder, getRight, getRight, getType, parseComments, parseViewMappingString, quoteWhitespaceString, setComment, setLeft, setOrder, setRight, setType, stripComments, stripTypePrefix, toString, toString
-
-
-
-
Field Detail
-
pathType
protected IStreamViewMapping.PathType pathType
-
-
Constructor Detail
-
StreamIgnoredMapping
public StreamIgnoredMapping()
Default constructor -- calls super() only.
-
StreamIgnoredMapping
public StreamIgnoredMapping(int order, java.lang.String ignorePath)
Explicit value constructor -- calls super(order, target, targetSpec).- Parameters:
order
- orderignorePath
- ignore path
-
-
Method Detail
-
getIgnorePath
public java.lang.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 interfaceIStreamIgnoredMapping
- Returns:
- ignore path
- See Also:
IStreamIgnoredMapping.getIgnorePath()
-
setIgnorePath
public void setIgnorePath(java.lang.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 interfaceIStreamIgnoredMapping
- Parameters:
ignorePath
- ignore path- See Also:
IStreamIgnoredMapping.setIgnorePath(java.lang.String)
-
-