public class PluginsFactory extends Object
Constructor and Description |
---|
PluginsFactory() |
Modifier and Type | Method and Description |
---|---|
static List<com.aspose.ms.System.Reflection.AssemblyName> |
appendFolder(String path)
Scan specific folder for plugin assembles and makes it available for load.
|
static com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Reflection.AssemblyName> |
appendFolderInternal(String path) |
static Plugin |
getPlugin(String name,
String version)
Returns plugin by name & version
|
static List<com.aspose.ms.System.Reflection.AssemblyName> |
registerFolder(String path)
Scan specific folder for plugin assembles and makes it available for load.
|
static com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Reflection.AssemblyName> |
registerFolderInternal(String path) |
public static List<com.aspose.ms.System.Reflection.AssemblyName> appendFolder(String path)
Scan specific folder for plugin assembles and makes it available for load.
path
- Full path to folder.public static com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Reflection.AssemblyName> appendFolderInternal(String path)
public static List<com.aspose.ms.System.Reflection.AssemblyName> registerFolder(String path)
Scan specific folder for plugin assembles and makes it available for load.
path
- Full path to folder.public static com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Reflection.AssemblyName> registerFolderInternal(String path)
Copyright © 2016 Aspose. All Rights Reserved.