trait ReadStamps extends AnyRef
A read-only interface to get the timestamps of the binaries, sources and compilation products.
- Alphabetic
 - By Inheritance
 
- ReadStamps
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
Abstract Value Members
- 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        getAllLibraryStamps(): Map[VirtualFileRef, Stamp]
      
      
      
Returns a map of all the stamps associated with binary files.
Returns a map of all the stamps associated with binary files.
- returns
 A map of binary files to stamps.
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        getAllProductStamps(): Map[VirtualFileRef, Stamp]
      
      
      
Returns a map of all the stamps associated with product files.
Returns a map of all the stamps associated with product files.
Note that the returned map can be empty if no compilation has happened yet.
- returns
 A map of product files to stamps. (e.g. compile analysis is empty).
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        getAllSourceStamps(): Map[VirtualFileRef, Stamp]
      
      
      
Returns a map of all the stamps associated with source files.
Returns a map of all the stamps associated with source files.
- returns
 A map of source files to stamps.
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        library(libraryFile: VirtualFileRef): Stamp
      
      
      
Retrieves the stamp associated with a binary dependency (class file).
Retrieves the stamp associated with a binary dependency (class file).
- libraryFile
 A class file that represents an external or internal dependency.
- returns
 The stamp for the file.
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        product(compilationProduct: VirtualFileRef): Stamp
      
      
      
Retrieves the stamp associated with a given class file.
Retrieves the stamp associated with a given class file.
- compilationProduct
 The product produced by the current compilation run of a source file.
- returns
 The stamp for a class file.
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        source(internalSource: VirtualFile): Stamp
      
      
      
Retrieves the stamp associated with a given internal source.
Retrieves the stamp associated with a given internal source.
Note that the internal source has to be a source under compilation.
- internalSource
 The source file under compilation.
- returns
 The stamp for the file.
 
Concrete Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()