~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to profiling/org.eclipse.linuxtools.dataviewers.annotatedsourceeditor/src/org/eclipse/linuxtools/dataviewers/annotatedsourceeditor/actions/OpenFileFullPathAction.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
                this.filepath = filepath;
24
24
        }
25
25
 
 
26
        @Override
26
27
        public abstract AbstractSTAnnotatedSourceEditorInput getInput(IFileStore fs);
27
28
 
 
29
        @Override
28
30
        public IFileStore getFileStore(){
29
31
                return  EFS.getLocalFileSystem().getStore(new Path(filepath));
30
32
        }