File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
src/main/java/org/hydev/mcpm/client/list Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
package org .hydev .mcpm .client .list ;
2
2
3
-
3
+ import org . hydev . mcpm . client . updater . CheckForUpdatesBoundary ;
4
4
import org .hydev .mcpm .client .models .PluginYml ;
5
5
6
6
import java .util .List ;
11
11
public interface ListAllBoundary {
12
12
13
13
/**
14
- * listAllInteractor interacts with the LocalPluginTracker to get the list of plugins, according to a specified
14
+ * listAllInteractor interacts with the LocalPluginTracker to get the list of
15
+ * plugins, according to a specified
15
16
* parameter
16
17
*
17
- * @param parameter The parameter for the ListAll use case. 'All' denotes a request to list all manually
18
- * installed plugins, 'manual' denotes a request to list all manually installed plugins, and 'outdated' denotes
19
- * a request to list all manually installed plugins that are outdated.
18
+ * @param parameter The parameter for the ListAll use case. 'All' denotes a
19
+ * request to list all manually
20
+ * installed plugins, 'manual' denotes a request to list all
21
+ * manually installed plugins, and 'outdated' denotes
22
+ * a request to list all manually installed plugins that are
23
+ * outdated.
20
24
*/
21
- List <PluginYml > listAll (String parameter );
25
+ List <PluginYml > listAll (String parameter , CheckForUpdatesBoundary checkForUpdatesBoundary );
22
26
}
You can’t perform that action at this time.
0 commit comments