public interface IdeFacadeMBean
Modifier and Type | Method and Description |
---|---|
String |
findClassAbsoluteFileName(String fileName,
String className,
List<String> sourceRoots)
Given a class name and a file name, try to find the absolute file name of the
source file on the users machine or null if it cannot be found
|
String |
ideaOpen(String absoluteFileName)
Open an absolute file name in IDEA
|
String |
ideaOpenAndNavigate(String absoluteFileName,
int line,
int column)
Open an absolute file name in IDEA and navigate to the position in the file
|
String findClassAbsoluteFileName(String fileName, String className, List<String> sourceRoots)
String ideaOpenAndNavigate(String absoluteFileName, int line, int column) throws Exception
Exception
Copyright © 2021 JBoss by Red Hat. All rights reserved.