コード例 #1
0
ファイル: ArConfig.java プロジェクト: sauver/sauver_sys
 public boolean writeFile(
     String fileName,
     boolean append,
     SWIGTYPE_p_std__setT_std__string_t alreadyWritten,
     boolean writePriorities,
     SWIGTYPE_p_std__listT_std__string_t sectionsToWrite) {
   return AriaJavaJNI.ArConfig_writeFile__SWIG_0(
       swigCPtr,
       this,
       fileName,
       append,
       SWIGTYPE_p_std__setT_std__string_t.getCPtr(alreadyWritten),
       writePriorities,
       SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToWrite));
 }
コード例 #2
0
ファイル: ArConfig.java プロジェクト: sauver/sauver_sys
 public boolean parseFile(
     String fileName,
     boolean continueOnError,
     boolean noFileNotFoundMessage,
     String errorBuffer,
     long errorBufferLen,
     SWIGTYPE_p_std__listT_std__string_t sectionsToParse) {
   return AriaJavaJNI.ArConfig_parseFile__SWIG_0(
       swigCPtr,
       this,
       fileName,
       continueOnError,
       noFileNotFoundMessage,
       errorBuffer,
       errorBufferLen,
       SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToParse));
 }
コード例 #3
0
 public boolean setScanTypes(SWIGTYPE_p_std__listT_std__string_t scanTypeList) {
   return AriaJavaJNI.ArMapInterface_setScanTypes(
       swigCPtr, this, SWIGTYPE_p_std__listT_std__string_t.getCPtr(scanTypeList));
 }