File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/Analysis/Problem/Bukkit Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 * Class PluginFileProblem
1111 *
1212 * Represents a problem with a Bukkit plugin file and provides:
13- * - The file path
14- * - PluginInstallDifferentVersionSolution and PluginRemoveFileSolution
15- * and extends the BukkitPluginProblem.
13+ * - The plugins' file path {@see PluginFileProblem::getPluginFilePath()}
14+ * - {@link PluginInstallDifferentVersionSolution} and {@link FileDeleteSolution}
15+ * - All features from {@link PluginProblem} ( extends {@link PluginProblem})
1616 *
1717 * @package Aternos\Codex\Minecraft\Analysis\Problem\Bukkit
1818 */
Original file line number Diff line number Diff line change 1010 * Class PluginProblem
1111 *
1212 * Represents a problem with a Bukkit plugin and provides:
13- * - The plugin name
14- * - PluginInstallDifferentVersionSolution and PluginRemoveSolution
15- * - Utility function to correct the plugin path
16- * - Utility function to extract the plugin name (without the file extension) from a plugin path
17- * - Utility function to extract the file name (with the file extension) from a plugin path
13+ * - The plugin name {@see PluginProblem::getPluginName()}
14+ * - {@link PluginInstallDifferentVersionSolution} and {@link PluginRemoveSolution}
15+ * - Utility function to correct the plugin path {@see PluginProblem::correctPluginPath()}
16+ * - Utility function to extract the plugin name (without the file extension) from a plugin path {@see PluginProblem::extractPluginName()}
17+ * - Utility function to extract the file name (with the file extension) from a plugin path {@see PluginProblem::extractPluginFileName()}
1818 *
1919 * @package Aternos\Codex\Minecraft\Analysis\Problem\Bukkit
2020 */
You can’t perform that action at this time.
0 commit comments