Package jadx.core.plugins
Class AppContext
- java.lang.Object
-
- jadx.core.plugins.AppContext
-
public class AppContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AppContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJadxFilesGettergetFilesGetter()@Nullable JadxGuiContextgetGuiContext()voidsetFilesGetter(IJadxFilesGetter filesGetter)voidsetGuiContext(@Nullable JadxGuiContext guiContext)
-
-
-
Method Detail
-
getGuiContext
@Nullable public @Nullable JadxGuiContext getGuiContext()
-
setGuiContext
public void setGuiContext(@Nullable @Nullable JadxGuiContext guiContext)
-
getFilesGetter
public IJadxFilesGetter getFilesGetter()
-
setFilesGetter
public void setFilesGetter(IJadxFilesGetter filesGetter)
-
-