Package org.apache.felix.gogo.command
Class Files
java.lang.Object
org.apache.felix.gogo.command.Files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncd
(org.apache.felix.service.command.CommandSession session) static boolean
compareSubstring
(List<String> pieces, String s) File[]
ls
(org.apache.felix.service.command.CommandSession session) File[]
parseSubstring
(String value)
-
Constructor Details
-
Files
public Files(org.osgi.framework.BundleContext bc)
-
-
Method Details
-
cd
-
cd
public File cd(org.apache.felix.service.command.CommandSession session, String dir) throws IOException - Throws:
IOException
-
ls
- Throws:
IOException
-
ls
public File[] ls(org.apache.felix.service.command.CommandSession session, String pattern) throws IOException - Throws:
IOException
-
parseSubstring
-
compareSubstring
-