congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
ArchiveMetadata.getFilePointer
Code IndexAdd Tabnine to your IDE (free)

How to use
getFilePointer
method
in
org.jboss.windup.metadata.type.archive.ArchiveMetadata

Best Java code snippets using org.jboss.windup.metadata.type.archive.ArchiveMetadata.getFilePointer (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew ArrayList()
  • Codota Iconnew LinkedList()
  • Smart code suggestions by Tabnine
}
origin: org.jboss.windup/windup-reporting

protected void generateReport(ArchiveMetadata archive, File reportDirectory) {
  if (archive.getName() == null) {
    LOG.info("Processing reports for: " + archive.getFilePointer().toString());
  } else {
    LOG.info("Processing reports for: "+archive.getName());
  }
  
  if( this.reporters != null ) {
    for(Reporter reporter : this.reporters) {
      reporter.process(archive, reportDirectory);
    }
  }
  
  if( this.reporters == null || this.reporters.size() == 0 ){
    LOG.warn("No reporters are currently registered.");
  }
  
  LOG.info("Reporting complete.");
}
org.jboss.windup.metadata.type.archiveArchiveMetadatagetFilePointer

Popular methods of ArchiveMetadata

  • getDecorations
  • getEntries
  • getName
  • getNestedArchives
  • getRelativePath

Popular in Java

  • Finding current android device location
  • getSupportFragmentManager (FragmentActivity)
  • addToBackStack (FragmentTransaction)
  • onRequestPermissionsResult (Fragment)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JCheckBox (javax.swing)
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now