Class IdeProject

java.lang.Object
org.marid.project.IdeProject
All Implemented Interfaces:
java.lang.AutoCloseable

@Component
public class IdeProject
extends java.lang.Object
implements java.lang.AutoCloseable
  • Constructor Summary

    Constructors 
    Constructor Description
    IdeProject​(IdeProfile profile, org.springframework.context.support.GenericApplicationContext context)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void delete()  
    boolean equals​(java.lang.Object obj)  
    java.nio.file.Path getIvyCacheDirectory()  
    java.nio.file.Path getIvyDirectory()  
    java.lang.String getName()  
    IdeProfile getProfile()  
    int hashCode()  
    void refresh()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IdeProject

      public IdeProject​(IdeProfile profile, org.springframework.context.support.GenericApplicationContext context) throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details

    • getProfile

      public IdeProfile getProfile()
    • getName

      public java.lang.String getName()
    • getIvyDirectory

      public java.nio.file.Path getIvyDirectory()
    • getIvyCacheDirectory

      public java.nio.file.Path getIvyCacheDirectory()
    • refresh

      public void refresh()
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • delete

      public void delete()