Table of Contents

Class FileSystem

Namespace
Java.Nio.File
Assembly
MASES.JNet.dll
public class FileSystem : Closeable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloseable, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<AutoCloseable>
FileSystem
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AutoCloseable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AutoCloseable>.IsAssignableFrom<T>()
JVMBridgeBase<AutoCloseable>.Execute<T>(params T[])
JVMBridgeBase<AutoCloseable>.DynBridgeClazz
JVMBridgeBase<AutoCloseable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

FileSystem()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("FileSystem class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FileSystem()

FileSystem(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("FileSystem class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FileSystem(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

FileStores

public Iterable<FileStore> FileStores { get; }

Property Value

Iterable<FileStore>

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

RootDirectories

public Iterable<Path> RootDirectories { get; }

Property Value

Iterable<Path>

Separator

public String Separator { get; }

Property Value

String

UserPrincipalLookupService

public UserPrincipalLookupService UserPrincipalLookupService { get; }

Property Value

UserPrincipalLookupService

Methods

Close()

public void Close()

Exceptions

IOException

GetPath(String, params String[])

public Path GetPath(String arg0, params String[] arg1)

Parameters

arg0 String

String

arg1 String[]

String

Returns

Path

Path

GetPathMatcher(String)

public PathMatcher GetPathMatcher(String arg0)

Parameters

arg0 String

String

Returns

PathMatcher

PathMatcher

IsOpen()

public bool IsOpen()

Returns

bool

bool

IsReadOnly()

public bool IsReadOnly()

Returns

bool

bool

NewWatchService()

public WatchService NewWatchService()

Returns

WatchService

WatchService

Exceptions

IOException

Provider()

public FileSystemProvider Provider()

Returns

FileSystemProvider

FileSystemProvider

SupportedFileAttributeViews()

public Set<String> SupportedFileAttributeViews()

Returns

Set<String>

Set