Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.jdeveloper.vcs.util
Class VCSURLPatternFilters

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSURLPatternFilters
All Implemented Interfaces:
URLFilter

public class VCSURLPatternFilters
extends java.lang.Object
implements URLFilter


Constructor Summary
VCSURLPatternFilters(java.util.Collection<java.lang.String> patterns)
           
 
Method Summary
 boolean accept(java.net.URL url)
           
 boolean equals(java.lang.Object o)
          A concrete URLFilter must provide an implementation for the equals(...) method that compares the URLFilter to another one.
 java.lang.String toString()
          The implementation of toString() must return a short description that can be shown to the user describing what the filter is filter for.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VCSURLPatternFilters

public VCSURLPatternFilters(java.util.Collection<java.lang.String> patterns)
Method Detail

accept

public boolean accept(java.net.URL url)
Specified by:
accept in interface URLFilter
Parameters:
url - The URL that is being filtered.
Returns:
true if this filter allows the specified URL is allowed to be displayed or included. Returns false otherwise.
Throws:
java.lang.NullPointerException - if the specified URL is null.

equals

public boolean equals(java.lang.Object o)
A concrete URLFilter must provide an implementation for the equals(...) method that compares the URLFilter to another one. A return value of true means that both this URLFilter and the specified URLFilter will accept identical sets of URLs and that the descriptions used to identify the filters are equal.

Specified by:
equals in interface URLFilter
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
The implementation of toString() must return a short description that can be shown to the user describing what the filter is filter for. For example: "JPG and GIF images".

Specified by:
toString in interface URLFilter
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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