br.com.objectos.fs
Interface RegularFileIsOption

All Known Subinterfaces:
PosixFileModeOption

public interface RegularFileIsOption

Queries a regular file for a certain attribute.

Since:
2

Method Summary
 boolean is(Object o)
          Tests if the specified delegate object has the attribute represented by this object.
 

Method Detail

is

boolean is(Object o)
           throws IOException
Tests if the specified delegate object has the attribute represented by this object.

Parameters:
o - the delegate to test. Normally a File or a file.Path
Returns:
true if the test passes
Throws:
IOException - if an I/O error occurs


Copyright © 2021 Objectos Software LTDA. All rights reserved.