File tree Expand file tree Collapse file tree
instance/src/main/java/org/apache/karaf/instance/command Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717package org .apache .karaf .instance .command ;
1818
1919import org .apache .karaf .instance .command .completers .InstanceCompleter ;
20- import org .apache .karaf .instance .core .Instance ;
2120import org .apache .karaf .shell .api .action .Argument ;
2221import org .apache .karaf .shell .api .action .Command ;
2322import org .apache .karaf .shell .api .action .Completion ;
2423import org .apache .karaf .shell .api .action .lifecycle .Service ;
2524
26- import java .io .File ;
27- import java .io .FileOutputStream ;
28- import java .io .IOException ;
29- import java .nio .file .FileVisitResult ;
30- import java .nio .file .Files ;
31- import java .nio .file .Path ;
32- import java .nio .file .Paths ;
33- import java .nio .file .SimpleFileVisitor ;
34- import java .nio .file .attribute .BasicFileAttributes ;
35- import java .util .zip .ZipEntry ;
36- import java .util .zip .ZipOutputStream ;
37-
3825@ Command (scope = "instance" , name = "package" , description = "Create a .zip archive of the instance." )
3926@ Service
4027public class PackageCommand extends InstanceCommandSupport {
You can’t perform that action at this time.
0 commit comments