org.schmant.project.intellij
Class IntelliJUrl
java.lang.Object
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
IntelliJUrl
public IntelliJUrl(IntelliJUrlProtocol p,
EntityView ev)
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