Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

we need a discussion about a new name instead of "services".

The idea is to have a call calls like

No Format
Commit commitFile = FileObject.getService(Commit.class)
commitFile.process();

of

No Format
TumbnailImage thumb = FileObject.getService(TumbnailImage.class)
thumb.process();
Image bi = thumb.getImage();


ExifData exif = FileObject.getService(ExifData.class)
exif.process();
String camera = exif.getCameraModel();

You get the idea?

The current name proposals are:

...