Uses of Class
resources.projects.pluginwizard.NamePage
-
Packages that use NamePage Package Description resources.projects.pluginwizard -
-
Uses of NamePage in resources.projects.pluginwizard
Methods in resources.projects.pluginwizard with parameters of type NamePage Modifier and Type Method Description static java.io.File
KitUtilities. getFile(Task t, NamePage np, java.lang.String path)
Returns a File object for a file within a plug-in within the given task folder.static java.lang.String
KitUtilities. getResourcePath(NamePage np, java.lang.String path)
Returns the path to a resource file in the plug-in, taking into account the base location set on aNamePage
.static void
KitUtilities. makeTaskFolders(Task t, NamePage np, java.lang.String path)
Creates one or more subfolders in a task folder.static void
KitUtilities. setBundleName(Task t, NamePage np)
Sets the file name used for a task's plug-in bundle when the Make Bundle action is applied to it.
-