Searched defs:args (Results 1 - 25 of 37) sorted by relevance

12

/owl-s/src/examples/
H A DRunAllExamples.java13 public static void main(String[] args) { argument
H A DForEachExample.java116 public static void main(String[] args) throws Exception { argument
H A DPreconditionCheck.java131 public static void main(String[] args) throws Exception { argument
H A DPreconditionUsage.java121 public static void main(String[] args) throws Exception { argument
H A DCreateJavaGrounding.java37 public static void main(String[] args) throws Exception { argument
H A DQuickTest.java40 public static void main(String[] args) { argument
H A DServiceParameterExample.java31 public static void main(String[] args) throws Exception { argument
H A DTranslator.java63 public static void main(String[] args) throws Exception { argument
64 if(args.length != 1) {
65 if(args.length < 1)
67 if(args.length > 1)
74 translator.translate(args[0], new PrintWriter(System.out));
H A DCreateSequence.java281 public static void main(String[] args) throws Exception { argument
H A DExecutionMonitor.java193 public static void main(String[] args) throws Exception { argument
H A DOWLSExtensions.java36 public static void main(String[] args) throws Exception { argument
H A DServiceExtension.java41 public static void main(String[] args) throws Exception { argument
H A DRunService.java401 public static void main(String[] args) throws Exception { argument
H A DMatchmaker.java182 public static void main(String[] args) throws FileNotFoundException, URISyntaxException { argument
H A DOWLSValidator.java219 public static void main(String[] args) throws Exception { argument
220 if(args.length != 1) {
221 if(args.length < 1)
223 if(args.length > 1)
230 System.out.println("Valid: " + validator.validate(args[0]));
H A DWSDL2OWLS.java754 public static void main(String[] args) throws Exception { argument
/owl-s/src/test/
H A DRemovalTests.java27 public static void main(String[] args) { argument
/owl-s/src/impl/jena/
H A DOWLWriterImpl.java239 public static void main(String[] args) { argument
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java639 public static void main(String[] args) throws URISyntaxException, IOException { argument
643 // if( args.length == 0 ) {
648 // uri = args[0];
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java693 public static void main(String[] args) argument
/owl-s/lib/jena/
H A Dstax-1.1.1-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...
H A Djena.jar ... .RDFDatatype dt java.util.Iterator iter String[] args static void " href="/source/s?defs=% ...
/owl-s/lib/pellet/
H A Daterm-java-1.6.jarMETA-INF/MANIFEST.MF jjtraveler/util/ToATermString.class ToATermString.java package jjtraveler.util public ...

Completed in 379 milliseconds

12