org.schmant.project.intellij
Class IntelliJUrl

java.lang.Object
  extended by org.schmant.project.intellij.IntelliJUrl

public class IntelliJUrl
extends Object

This object represents an URL that can occur in an IntelliJ settings file.

Since:
0.7.1
Author:
Karl Gustafsson

Constructor Summary
IntelliJUrl(IntelliJUrlProtocol p, EntityView ev)
           
 
Method Summary
 boolean equals(Object o)
           
 EntityView getEntity()
           
 IntelliJUrlProtocol getProtocol()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntelliJUrl

public IntelliJUrl(IntelliJUrlProtocol p,
                   EntityView ev)
Method Detail

getProtocol

public IntelliJUrlProtocol getProtocol()

getEntity

public EntityView getEntity()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object