• Packages that use BuildException 
    Package Description
    com.ibm.dbb.build  
    com.ibm.dbb.build.report  
    com.ibm.dbb.build.report.records  
    com.ibm.dbb.build.smf  
    com.ibm.dbb.dependency  
    • Uses of BuildException in com.ibm.dbb.build

      Methods in com.ibm.dbb.build that throw BuildException 
      Modifier and Type Method and Description
      void AbstractExec.addAllDDStatements(java.util.List<DDStatement> dds)
      Concatenates a list of DD statements to the list of DD statements for this command
      void AbstractExec.addDDStatement(DDStatement dd)
      Add a DD statement that will be allocated prior to executing the program and freed once program execution has completed.
      void AbstractExec.addDDStatement(java.lang.String ddName, java.lang.String dsn, java.lang.String options, boolean pass)
      Creates and adds a DD statement that will be allocated prior to executing the program and freed once program execution has completed.
      void AbstractExec.addDDStatment(java.lang.String ddName, java.lang.String dsn, java.lang.String options, boolean pass)
      CopyToPDS CopyToPDS.archivedFile(java.lang.String archivedFile)
      Set the archived file (e.g src/cobol/example.cbl)
      void CopyToPDS.copy()
      Executes the CopyToPDS command
      void CreatePDS.create()
      Create a data set
      AbstractExec AbstractExec.dd(DDStatement dd)
      Add a DD statement that will be allocated prior to executing the program and freed once program execution has completed.
      int MVSJob.execute()
      Executes the list of commands that were added using the addExecutable() method, cleaning up any passed DD statements at the end of the run.
      int JCLExec.execute()
      Submit a JCL and wait for the job has been submitted
      int IExecute.execute()
      Executes the command
      int CreatePDS.execute()
      Calls the create()
      int CopyToPDS.execute()
      Executes the CopyToPDS command
      int CopyToHFS.execute()
      Executes the CopyToHFS command
      int AbstractExec.execute()
      Executes the command
      int JCLExec.executeAndWaitFor(int timeout, java.util.concurrent.TimeUnit unit)
      Submit a JCL and wait for a certain time before return
      int IExecute2.executeAndWaitFor(int timeout, java.util.concurrent.TimeUnit unit) 
      java.util.List<java.lang.String> JCLExec.getAllDDNames()
      Return all output DD names of the submitted job
      java.util.List<java.lang.String> JCLExec.getAllDDNames(boolean qualified)
      Return all qualified output DD names of the submitted job.
      void JCLExec.saveOutput(java.io.File file)
      Save the output of the submitted job in a file on HFS
      void JCLExec.saveOutput(java.io.File file, java.lang.String encoding)
      Save the output of the submitted job in a file on HFS
      void JCLExec.saveOutput(java.lang.String ddName, java.io.File file)
      Save the output of a specific DD in a file on HFS
      void JCLExec.saveOutput(java.lang.String ddName, java.io.File file, boolean removeASA)
      Save the output of a specific DD in a file on HFS
      void JCLExec.saveOutput(java.lang.String ddName, java.io.File file, java.lang.String encoding)
      Save the output of a specific DD in a file on HFS
      void JCLExec.saveOutput(java.lang.String ddName, java.io.File file, java.lang.String encoding, boolean removeASA)
      Save the output of a specific DD in a file on HFS
      void JCLExec.saveOutput(java.lang.String ddName, java.lang.String sourceEncoding, java.io.File file, java.lang.String targetEncoding, boolean removeASA)
      Save the output of a specific DD in a file on HFS
      void CopyToPDS.setArchivedFile(java.lang.String archivedFile)
      Set the archived file (e.g src/cobol/example.cbl)
    • Uses of BuildException in com.ibm.dbb.build.report

      Methods in com.ibm.dbb.build.report that throw BuildException 
      Modifier and Type Method and Description
      void BuildReport.save(java.io.File outputFile, java.lang.String encoding)
      Save all records stored in this build report to a file.
    • Uses of BuildException in com.ibm.dbb.build.report.records

      Methods in com.ibm.dbb.build.report.records that throw BuildException 
      Modifier and Type Method and Description
      void AnyTypeRecord.setAttribute(java.lang.String name, java.util.List<java.lang.String> value)
      Set a String List value to the record.
      void AnyTypeRecord.setAttribute(java.lang.String name, java.lang.String value)
      Set a String value attribute to the record.
    • Uses of BuildException in com.ibm.dbb.build.smf

      Methods in com.ibm.dbb.build.smf that throw BuildException 
      Modifier and Type Method and Description
      void DBBSmfRecord.write()
      Move DBB SMF record information into buffer and write the SMF record.
    • Uses of BuildException in com.ibm.dbb.dependency

      Methods in com.ibm.dbb.dependency that throw BuildException 
      Modifier and Type Method and Description
      java.util.Set<ImpactFile> SearchPathImpactFinder.findImpactedFiles(java.lang.String changedFile, java.lang.String sourceDir)
      This method uses the #getLogicalFile(String, String, boolean) method to retrieve the file's list of {@link LogicalDependency} to resolve.
      java.util.List<ImpactFile> LogicalFile.findImpacts(IRepositoryClient repositoryClient, java.util.List<java.lang.String> collections, java.lang.String searchPath) 
      static LogicalFile SearchPathDependencyResolver.getArchivedLogicalFile(java.lang.String file, java.lang.String archive)
      Returns the logical file for the source file in an archive from the logical file cache.
      static LogicalFile SearchPathDependencyResolver.getArchivedLogicalFile(java.lang.String file, java.lang.String archive, boolean disableCache)
      Returns the logical file for the source file in an archive from the logical file cache.
      LogicalFile DependencyResolver.getLogicalFile()
      Deprecated. 
      Return the logical file that is used to resolve
      static LogicalFile SearchPathDependencyResolver.getLogicalFile(java.lang.String file, java.lang.String sourceDir)
      Returns the logical file for the source file from the logical file cache.
      static LogicalFile SearchPathDependencyResolver.getLogicalFile(java.lang.String file, java.lang.String sourceDir, boolean disableCache)
      Returns the logical file for the source file from the logical file cache.
      java.util.Set<ImpactFile> ImpactResolver.resolve()
      Deprecated. 
      Find a list of impacted files by a change in a source file
      java.util.List<PhysicalDependency> DependencyResolver.resolve()
      Deprecated. 
      Resolve all of a source file's logical dependencies to physical dependencies
      java.util.List<PhysicalDependency> LogicalFile.resolveDependencies(java.lang.String searchPathString) 
      java.util.List<PhysicalDependency> LogicalFile.resolveDependencies(java.lang.String searchPathString, java.util.List<java.lang.String> lnames) 
      java.util.List<PhysicalDependency> SearchPathDependencyResolver.resolveDependencies(java.lang.String file, java.lang.String sourceDir)
      Resolves logical dependencies in a source file (ex.
      java.util.List<PhysicalDependency> LogicalFile.resolveDependencies(java.lang.String searchPathString, java.lang.String lname) 
      java.util.List<PhysicalDependency> DependencyResolver.resolveDependency(java.lang.String lname)
      Deprecated. 
      Resolve a source file's logical dependencies to physical dependencies for a specific dependency lname
      LogicalFile SearchPathDependencyResolver.resolveSubsystems(java.lang.String file, java.lang.String sourceDir)
      Updates the source file's logical file subsystem flags i.e.
      LogicalFile LinkEditScanner.scan(java.lang.String file) 
      LogicalFile ILinkEditScanner.scan(java.lang.String file)
      Scan and collect logical dependency of a load module
      LogicalFile LinkEditScanner.scan(java.lang.String file, java.lang.String loadPDS) 
      LogicalFile ILinkEditScanner.scan(java.lang.String file, java.lang.String loadPDS)
      Scan and collect logical dependency of a load module
      LogicalFile LinkEditScanner.scan(java.lang.String file, java.lang.String loadPDS, java.lang.String member)
      Scan and collect logical dependency of a load module
      LogicalFile ILinkEditScanner.scan(java.lang.String file, java.lang.String loadPDS, java.lang.String member)
      Scan and collect logical dependency of a load module
      java.util.List<LogicalFile> IDependencyScanner.scanArchive(java.lang.String archive, java.lang.String sourceDir)
      Scan and collect logical dependencies from an archive.
      java.util.List<LogicalFile> AbstractDependencyScanner.scanArchive(java.lang.String archive, java.lang.String sourceDir)
      Scan and collect logical dependencies from an archive
      java.util.List<LogicalFile> IDependencyScanner.scanArchive(java.lang.String archive, java.lang.String sourceDir, java.lang.String encoding)
      Scan and collect logical dependencies from an archive
      java.util.List<LogicalFile> AbstractDependencyScanner.scanArchive(java.lang.String archive, java.lang.String sourceDir, java.lang.String encoding)
      Scan and collect logical dependencies from an archive
      LogicalFile IDependencyScanner.scanArchivedFile(java.lang.String archive, java.lang.String sourceDir, java.lang.String file)
      Scan and collect the logical dependency from an archived file.
      LogicalFile AbstractDependencyScanner.scanArchivedFile(java.lang.String archive, java.lang.String sourceDir, java.lang.String file)
      Scan and collect the logical dependency from an archived file
      LogicalFile IDependencyScanner.scanArchivedFile(java.lang.String archive, java.lang.String sourceDir, java.lang.String file, java.lang.String encoding)
      Scan and collect the logical dependency from an archived file
      LogicalFile AbstractDependencyScanner.scanArchivedFile(java.lang.String archive, java.lang.String sourceDir, java.lang.String file, java.lang.String encoding)
      Scan and collect the logical dependency from an archived file

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.