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

E13403-08

oracle.jdeveloper.vcs.spi
Interface VCSStatusFilter


public interface VCSStatusFilter

Filter interface for controlling the acceptance of VCSStatus objects representing file states.

Since:
10.1.3

Method Summary
 boolean accept(VCSStatus status)
          Asks whether the given VCSStatus is accepted by this filter.
 

Method Detail

accept

boolean accept(VCSStatus status)
Asks whether the given VCSStatus is accepted by this filter.

Parameters:
status - the VCSStatus being filtered.
Returns:
a verdict on status inclusion.

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

E13403-08

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