Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.ifs.files
Class IFSFileFilterString

java.lang.Object
  extended by RemoteFileFilterString
      extended by com.ibm.etools.iseries.subsystems.ifs.files.IFSFileFilterString

public class IFSFileFilterString
extends RemoteFileFilterString


Field Summary
protected  String PATH_SEP
           
 
Constructor Summary
IFSFileFilterString()
           
IFSFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory)
           
IFSFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String input)
           
IFSFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String path, String input)
           
 
Method Summary
 boolean listRoot()
          This filter string represent a list-files-in-root filter string?
 boolean listRoots()
          This filter string represent a list-roots filter string?
 String toStringNoSwitches()
          Return the filter as a string, without the switches for no-files, no-folders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_SEP

protected String PATH_SEP
Constructor Detail

IFSFileFilterString

public IFSFileFilterString()

IFSFileFilterString

public IFSFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory)
Parameters:
subsysFactory -

IFSFileFilterString

public IFSFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory,
                           String input)
Parameters:
subsysFactory -
input -

IFSFileFilterString

public IFSFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory,
                           String path,
                           String input)
Parameters:
subsysFactory -
path -
input -
Method Detail

listRoots

public boolean listRoots()
This filter string represent a list-roots filter string?


listRoot

public boolean listRoot()
This filter string represent a list-files-in-root filter string?


toStringNoSwitches

public String toStringNoSwitches()
Return the filter as a string, without the switches for no-files, no-folders


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.