com.perforce.p4java.core
Interface IStreamIgnoredMapping

All Superinterfaces:
IMapEntry
All Known Implementing Classes:
Stream.StreamIgnoredMapping

public interface IStreamIgnoredMapping
extends IMapEntry

Define (optional) a list of file or directory names to be ignored in client views. For example:

/tmp # ignores files named 'tmp'

/tmp/... # ignores dirs named 'tmp'

.tmp # ignores file names ending in '.tmp'

Mappings in the "Ignored" field may appear in any order. Ignored names are inherited by child stream client views.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IMapEntry
IMapEntry.EntryType
 
Field Summary
 
Fields inherited from interface com.perforce.p4java.core.IMapEntry
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
 
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 interface com.perforce.p4java.core.IMapEntry
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString
 

Method Detail

getIgnorePath

String getIgnorePath()
Get a stream ignored entry's file path; this corresponds to the left entry of the associated mapping.


setIgnorePath

void setIgnorePath(String ignorePath)
Set a stream ignored entry's left file path; this corresponds to the left entry of the associated mapping.



Copyright © 2015 Perforce Software. All Rights Reserved.