Class Details

java.lang.Object
org.eolang.jeo.Details

public class Details extends Object
Details of representation. Additional info about representation.
Since:
0.1
  • Constructor Details

    • Details

      public Details(String name, String source)
      Constructor.
      Parameters:
      name - Name of the class or an object.
      source - Original source of the representation.
  • Method Details

    • name

      public String name()
      Name of the class or an object.
      Returns:
      Name.
    • source

      public Optional<Path> source()
      Original source of the representation. It could be a file name or a URL.
      Returns:
      Optional Source.