# Interface: com.pnfsoftware.jeb.core.IPluginFileEntry

Plugin entry managed by a plugin manager.

## Method: getFile
- return type: `java.io.File`


## Method: getPluginClass
- return type: `java.lang.Class<? extends T>`


## Method: getPluginObject
- return type: `T`


## Method: getPluginObject
- parameter: `createNewObject`, type: `boolean`
- return type: `T`


## Method: isPythonPlugin
- return type: `boolean`


## Method: isScriptPlugin
- return type: `boolean`


## Method: isValidPlugin
- return type: `boolean`


