Table of Contents

Interface IModuleFinder

Namespace
Java.Lang.ModuleNs
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IModuleFinder

Methods

Find(String)

Optional<ModuleReference> Find(String arg0)

Parameters

arg0 String

String

Returns

Optional<ModuleReference>

Optional

FindAll()

Set<ModuleReference> FindAll()

Returns

Set<ModuleReference>

Set