Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.jdeveloper.vcs.util
Class VCSIgnoreFilters

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSIgnoreFilters

public class VCSIgnoreFilters
extends java.lang.Object


Method Summary
static void addFilterPattern(java.lang.String pattern)
           
static java.util.Collection<java.lang.String> getAllIgnoreFilters()
          Get the all the ignore filtersG global ignore filters that are not on the exclude list and vcs ignore filters
static java.util.Collection<PatternFilter> getAllIgnorePatternFilters()
          Get the all the ignore filtersG global ignore filters that are not on the exclude list and vcs ignore filters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllIgnoreFilters

public static java.util.Collection<java.lang.String> getAllIgnoreFilters()
Get the all the ignore filtersG global ignore filters that are not on the exclude list and vcs ignore filters

Returns:
collection of ignore filters

getAllIgnorePatternFilters

public static java.util.Collection<PatternFilter> getAllIgnorePatternFilters()
Get the all the ignore filtersG global ignore filters that are not on the exclude list and vcs ignore filters

Returns:
collection of ignore filters

addFilterPattern

public static void addFilterPattern(java.lang.String pattern)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.