EntryFile

io.joern.jimple2cpg.util.ProgramHandlingUtil.EntryFile
sealed trait EntryFile

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ClassFile

Members list

Value members

Abstract methods

def file: File
def packagePath: Option[String]

Concrete methods

def copyToPackageLayoutIn(destDir: File): Option[EntryFile]

Copy the class file to its package path relative to destDir. This will overwrite a class file at the destination if it exists.

Copy the class file to its package path relative to destDir. This will overwrite a class file at the destination if it exists.

Value parameters

destDir

The directory in which to place the class file

Attributes

Returns

The class file at the destination if the package path could be retrieved from the its bytecode

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any