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
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
FieldsFields inherited from class com.perforce.p4java.impl.generic.core.MapEntry
comment, elementPattern, elementPatternStr, left, order, right, typeFields inherited from interface com.perforce.p4java.core.IMapEntry
ORDER_UNKNOWN -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor -- calls super() only.StreamIgnoredMapping(int order, String ignorePath) Explicit value constructor -- calls super(order, target, targetSpec). -
Method Summary
Modifier and TypeMethodDescriptionGet a stream ignored entry's file path; this corresponds to the left entry of the associated mapping.voidsetIgnorePath(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 Details
-
pathType
-
-
Constructor Details
-
StreamIgnoredMapping
public StreamIgnoredMapping()Default constructor -- calls super() only. -
StreamIgnoredMapping
Explicit value constructor -- calls super(order, target, targetSpec).- Parameters:
order- orderignorePath- ignore path
-
-
Method Details
-
getIgnorePath
Description copied from interface:IStreamIgnoredMappingGet a stream ignored entry's file path; this corresponds to the left entry of the associated mapping.- Specified by:
getIgnorePathin interfaceIStreamIgnoredMapping- Returns:
- ignore path
- See Also:
-
setIgnorePath
Description copied from interface:IStreamIgnoredMappingSet a stream ignored entry's left file path; this corresponds to the left entry of the associated mapping.- Specified by:
setIgnorePathin interfaceIStreamIgnoredMapping- Parameters:
ignorePath- ignore path- See Also:
-